ZZJ
2022-04-12 994e5e08cba4e6b9ce321b7cf5cb1ec8d19dfa22
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({