瀏覽代碼

添加标段组织回显

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 ?? "失败");