王震
2023-09-06 2c71f29aded2e3885e210d82dc0d74b834500163
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) {