Commit b73682c0 authored by zqm's avatar zqm

1.解决bug29682,没有表内校验是未对面板进行清空和隐藏

parent b69fcd51
...@@ -79,6 +79,7 @@ export default { ...@@ -79,6 +79,7 @@ export default {
} }
// 没有校验不展示 // 没有校验不展示
if (data.length == 0) { if (data.length == 0) {
$(".bar").hide();
return return
} }
for (let i = 0; i < data.length; i++) { for (let i = 0; i < data.length; i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment