|
@@ -215,6 +215,7 @@ export default {
|
|
|
methods: {
|
|
|
// 表格数据初始化
|
|
|
handleInit() {
|
|
|
+ this.table_loading = true;
|
|
|
let reqdata = {
|
|
|
...this.table_search,
|
|
|
type: "2",
|
|
@@ -384,7 +385,7 @@ export default {
|
|
|
|
|
|
this.handleVisible("opinion");
|
|
|
},
|
|
|
- // 审批轨迹--同意
|
|
|
+ // 审批轨迹--确定关闭模态框
|
|
|
handleConsent() {
|
|
|
this.handleVisible("track");
|
|
|
},
|