|
@@ -878,7 +878,7 @@
|
|
|
<div v-if="
|
|
|
tType &&
|
|
|
((tType == 2 && sIsOpen == true) || tType == 1 || tType == 4) &&
|
|
|
- tool.tool.indexOf(4) != -1 && (tool.askJson[0].answer || tool.askJson[0].answer === 0)
|
|
|
+ tool.tool.indexOf(4) != -1 && (tool.askJson[0].answer || tool.askJson[0].answer === 0) && checkJson[toolIndex].length
|
|
|
" class="xuan_right_box">
|
|
|
<div class="tool_right_box" v-for="(item, index) in tool.askJson" :key="index">
|
|
|
<div>
|