spring
2025-03-19 379ad4226bc5a3ad175635b5c40e6bf5b68e4069
src/views/CNAS/resourceDemand/device/component/failureForm.vue
@@ -170,9 +170,6 @@
    },
    getUserList() {
      selectUserCondition().then(res => {
        if (res.code === 201) {
          return
        }
        this.userList = res.data
      })
    },