소스 검색

新增非安全学校设置

WANG 5 년 전
부모
커밋
8deb23e9a1
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/modules/basic/view/clientConfig.vue
  2. 1 1
      src/modules/basic/view/school_config.vue
  3. 1 1
      src/modules/basic/view/unimportant_school_config.vue

+ 1 - 1
src/modules/basic/view/clientConfig.vue

@@ -495,7 +495,7 @@ export default {
   },
   created() {
     this.ruleForm.orgId = this.user.rootOrgId;
-    this.propertyGroupId = "config4Edit";
+    this.propertyGroupId = "config4Edit3";
     this.uploadHeaders = {
       key: this.user.key,
       token: this.user.token

+ 1 - 1
src/modules/basic/view/school_config.vue

@@ -200,7 +200,7 @@ export default {
   },
   created() {
     this.ruleForm.orgId = this.user.rootOrgId;
-    this.propertyGroupId = "config4Edit";
+    this.propertyGroupId = "config4Edit1";
     if (this.isSuperAdmin) {
       this.$httpWithMsg.get(CORE_API + "/org/getRootOrgList").then(response => {
         this.rootOrgList = response.data;

+ 1 - 1
src/modules/basic/view/unimportant_school_config.vue

@@ -161,7 +161,7 @@ export default {
   },
   created() {
     this.ruleForm.orgId = this.user.rootOrgId;
-    this.propertyGroupId = "config4Edit";
+    this.propertyGroupId = "config4Edit2";
     if (this.isSuperAdmin) {
       this.$httpWithMsg.get(CORE_API + "/org/getRootOrgList").then(response => {
         this.rootOrgList = response.data;