Commit 1fad3674 authored by lizhichao's avatar lizhichao

承包商审批bug

parent d3398932
...@@ -508,6 +508,7 @@ export default { ...@@ -508,6 +508,7 @@ export default {
}; };
this.resetForm("form"); this.resetForm("form");
this.fileList = []; this.fileList = [];
this.operate = false;
}, },
/** 搜索按钮操作 */ /** 搜索按钮操作 */
handleQuery() { handleQuery() {
...@@ -565,7 +566,7 @@ export default { ...@@ -565,7 +566,7 @@ export default {
this.form.status = '1'; this.form.status = '1';
this.operate = true; this.operate = true;
this.open = true; this.open = true;
this.title = "审批法律法规信息"; this.title = "审批承包商信用信息";
}); });
}, },
/** 提交按钮 */ /** 提交按钮 */
......
...@@ -352,6 +352,7 @@ export default { ...@@ -352,6 +352,7 @@ export default {
}; };
this.resetForm("form"); this.resetForm("form");
this.fileList = []; this.fileList = [];
this.operate = true;
}, },
/** 搜索按钮操作 */ /** 搜索按钮操作 */
handleQuery() { handleQuery() {
......
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