Fixiaobai
2023-09-14 1d91567c7b48da622f0d74bcfdde8e67717efa32
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);