Commit ad822dad authored by zhangjianqian's avatar zhangjianqian

Merge remote-tracking branch 'origin/master'

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