src/views/safetyproduction/reviewXG.vue
@@ -226,7 +226,8 @@ this.index = this.form.deductionList.findIndex( (item) => item.name == val.name ); this.formInline = val; // this.formInline = val; this.formInline=JSON.parse(JSON.stringify(val)); } }, listAdd() { @@ -251,7 +252,6 @@ }, safetyInspectionItemA() { safetyInspectionItemMod(this.form).then((res) => { console.log(res) if (res.data.code == 200) { this.$notify({ type: "success", @@ -316,4 +316,4 @@ background-color: #034ea2; border: 1px solid #034ea2; } </style> </style>