fix(环境管理): 批量添加环境到环境组时页面加载数据问题
--bug=1008315 --user=lyh 【环境管理】-批量添加环境到环境组时页面建议列出所有已存在的环境组 https://www.tapd.cn/55049933/s/1074082
This commit is contained in:
parent
bfab142172
commit
146de7a88d
|
@ -106,6 +106,7 @@ export default {
|
|||
open() {
|
||||
listenGoBack(this.close);
|
||||
this.dialogVisible = true;
|
||||
this.getGroup();
|
||||
},
|
||||
confirm() {
|
||||
let checkNodes = this.$refs.cascadeSelector.getCheckedNodes(true);
|
||||
|
|
Loading…
Reference in New Issue