소스 검색

添加标段组织回显

zhaoke 2 년 전
부모
커밋
0b8782c04e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/lotAuthorization/components/home.vue

+ 2 - 0
src/views/lotAuthorization/components/home.vue

@@ -241,6 +241,8 @@ export default {
               datas.push(item.OrganId);
             });
             this.orgCheckedKeys = datas;
+          } else {
+            this.orgCheckedKeys = [];
           }
         } else {
           this.$message.error(message ?? "失败");