zhaowei
2025-02-08 0e9500211e1a10a94dbca72e754cc5cf7eb16e3d
src/views/dnc/base/modules/ProductStructure/Permission/UserPermissionTransfer.vue
@@ -44,6 +44,7 @@
      getHasPermissionUserByApi() {
        const that = this
        that.spinning = true
        that.targetKeys = []
        dncApi.getHasPermissionUserApi(this.currentTreeNodeInfo)
          .then(res => {
            if (res.success) this.targetKeys = res.list.map(item => item.id)