src/views/dnc/base/modules/ProductStructure/Permission/AssignPermissionModal.vue
@@ -80,7 +80,11 @@
    // 调用接口获取所有车间列表
    getAllDepartmentsListByApi() {
      this.allTreeKeys = []
        this.allTreeKeys = this.allDepartmentsList = []
        this.$nextTick(() => {
          this.$refs.departPermissionTransferRef.targetKeys = this.$refs.departPermissionTransferRef.dataSource = []
          this.$refs.departPermissionTransferRef.spinning = true
        })
      dncApi.getAllDepartmentsListApi()
        .then(res => {
          if (res.success) {
@@ -113,6 +117,10 @@
    // 调用接口获取所有用户列表
    getAllUsersListByApi() {
        this.$nextTick(() => {
          this.allUsersList = []
          this.$refs.userPermissionTransferRef.spinning = true
        })
      dncApi.getAllUsersListApi()
        .then(res => {
          if (res.success) {