|
@@ -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;
|