Commit 0f845eff authored by zqm's avatar zqm

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

parent 71cf5424
......@@ -2,7 +2,7 @@
import { types } from 'util';
* @Author: zqm
* @Date: 2021-06-28 15:44:47
* @LastEditTime: 2022-05-07 17:54:21
* @LastEditTime: 2022-05-10 17:49:36
* @LastEditors: zqm qimengzhou9618@163.com
* @Description: 保存按钮
* @FilePath: \taxFormToolFramework\src\components\saveButton.vue
......@@ -64,6 +64,8 @@ export default {
var obj = this.recursionParent(this.$parent, "infoBar");
obj.initCheck(checkList);
}
} else {
$(".bar").hide();
}
}
}
......
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