ソースを参照

新增非安全学校设置

WANG 5 年 前
コミット
8deb23e9a1

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

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

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

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

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

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