|
|
@ -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;
|
|
|
|