heyujie
2022-07-15 a0b5604fcefa0c7900ecc50830b718f77bba8f39
src/views/equipmentManagement/equipmentDetail/components/UnbindBox.vue
@@ -33,9 +33,10 @@
      let res = {};
      try {
        res = await unbind({
          ids: [this.id],
          id: this.id,
          password: this.password,
          username: JSON.parse(sessionStorage.getItem("userInfo")).username,
          userId: JSON.parse(sessionStorage.getItem("userInfo")).id,
        });
      } catch (err) {
        this.$notify({
@@ -52,7 +53,7 @@
          duration: 2500,
          offset: 57,
        });
        this.$emit("close");
        this.$emit("reflash");
      } else {
        this.$notify({
          type: "error",