修改bug

wang
wangwei 3 years ago
parent d5dcc90a8e
commit 9160cf6c69

@ -472,7 +472,6 @@ export default {
methods: { methods: {
onModifySubmit(val) { onModifySubmit(val) {
this.inputQuery.auditStatus = val; this.inputQuery.auditStatus = val;
if (this.editType == 0) { // if (this.editType == 0) { //
@ -516,10 +515,10 @@ export default {
this.closeDialog(); this.closeDialog();
} else { } else {
this.$message.error(response.message); this.$message.error(response.message);
this.inputQuery.auditStatus=0
} }
}); });
}).catch(() => { }).catch(() => {
this.inputQuery.auditStatus=0
}); });
} else { } else {
return false; return false;

Loading…
Cancel
Save