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

update:修改首检确认成功后的逻辑

parent a2931d86
......@@ -388,7 +388,7 @@ export default {
async firstCONFIRMED(item) {
const res = await this.$u.api.changeState({ ipqcId: item.ipqcId, status: 'CONFIRMED' });
if (res.code === 200) {
this.getQcFirstLines();
this.getIpqcList();
}
},
async getIpqcList(type) {
......
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