修改bug

wang
wangwei 3 years ago
parent d5dcc90a8e
commit 9160cf6c69

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

Loading…
Cancel
Save