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