|
@@ -217,12 +217,11 @@ export default {
|
|
|
this.handleVisible = true;
|
|
|
},
|
|
|
async submitHandle() {
|
|
|
- console.log(this.handleForm);
|
|
|
try {
|
|
|
const res = await resetInspectionItem(this.handleForm);
|
|
|
this.$message.success("提交成功");
|
|
|
this.getList();
|
|
|
- console.log(res);
|
|
|
+ this.handleVisible = false
|
|
|
} catch (e) {
|
|
|
console.log(e);
|
|
|
}
|