Commit cbaf7b34 authored by 张海景's avatar 张海景

update:修改提交后的接口调用

parent d8abd3a4
...@@ -488,7 +488,7 @@ export default { ...@@ -488,7 +488,7 @@ export default {
}; };
const res = await this.$u.api.addIpqc(param); const res = await this.$u.api.addIpqc(param);
if (res.code === 200) { if (res.code === 200) {
this.getIpqcList(); this.getIpqcList(this.curQcType);
this.taskInfo = {}; this.taskInfo = {};
this.qcForm = param; this.qcForm = param;
this.qcForm.ipqcId = res.data; this.qcForm.ipqcId = res.data;
......
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