src/components/view/self-inspection.vue
@@ -382,7 +382,7 @@ product: [], list: [], checkTreeNode: { name:'剥缆', id:2, }, tableData: [], upIndex: 0, @@ -403,19 +403,16 @@ }, mounted() { this.selectAllleft() this.selectAllSelf() }, methods: { //删除 delSelfcheck() { console.log(this.upData.id); this.$axios.post(this.$api.url.addSelfcheck,{ this.$axios.post(this.$api.url.delSelfcheck,{ id:this.upData.id } , { headers: { "Content-Type": "application/json" } } ) }, deleteRow(index, row) {