zss
2023-09-14 49bd2c4b798bd57ec09c5d731e2bc78345c6fb25
src/components/view/laboratoryManagement.vue
@@ -696,7 +696,9 @@
    delDeviceById() {
      this.$axios.post(this.$api.url.delDeviceById,{
          id:this.delete.id
      })
      }).then(res=>{
        this.$parent.removeAllTab()
      });
    },
    handleClick(row) {
      console.log(row);