openatc-components 0.3.102 → 0.3.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package/kisscomps/components/SchemeConfig/SchemeConfig.vue +3 -5
- package/package/kisscomps/components/SchemeConfig/manualControlModalNew/index.vue +1 -1
- package/package/kisscomps/components/SchemeConfig/utils/thirdPartypermission.js +1 -0
- package/package/kissui.min.js +1 -1
- package/package.json +1 -1
- package/src/kisscomps/components/SchemeConfig/SchemeConfig.vue +3 -5
- package/src/kisscomps/components/SchemeConfig/manualControlModalNew/index.vue +1 -1
- package/src/kisscomps/components/SchemeConfig/utils/thirdPartypermission.js +1 -0
- package/src/views/intersection.vue +1 -1
- package/src/views/overView.vue +1 -1
|
@@ -631,11 +631,9 @@ export default {
|
|
|
631
631
|
this.$message.error(msg)
|
|
632
632
|
return
|
|
633
633
|
}
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
this.thirdPartyControl = getPermissionControl(res.data.data)
|
|
638
|
-
}
|
|
634
|
+
this.funcSort = 'thirdPartyFunc'
|
|
635
|
+
this.thirdPartyControlMenu = getPermissionMenu(res.data.data)
|
|
636
|
+
this.thirdPartyControl = getPermissionControl(res.data.data)
|
|
639
637
|
})
|
|
640
638
|
},
|
|
641
639
|
handleGetData (data) {
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
</div>
|
|
185
185
|
</el-tab-pane>
|
|
186
186
|
<el-tab-pane :label="$t('openatccomponents.overview.others')" name="others"
|
|
187
|
-
v-if="(funcSort === 'allFunc' || (funcSort === 'thirdPartyFunc'&& thirdPartyControlMenu.indexOf('其他') !== -1))"
|
|
187
|
+
v-if="(funcSort === 'allFunc' || (funcSort === 'thirdPartyFunc'&& thirdPartyControlMenu.indexOf('其他') !== -1))">
|
|
188
188
|
<ControlModelGroup
|
|
189
189
|
v-if="activeName === 'others' && funcSort === 'allFunc'"
|
|
190
190
|
ref="ControlModelGroup"
|