左侧树形刷新
This commit is contained in:
parent
0a64735e4c
commit
00bb65c278
@ -1136,14 +1136,15 @@
|
||||
awsuiAxios.post(data).then(function (ro) {
|
||||
if (ro.result == 'ok') {
|
||||
that.isLoading = false;
|
||||
that.refreshNode('control');
|
||||
that.refreshNode('process');
|
||||
that.ModelsetUpDialog.dialogVisible = false;
|
||||
that.openRepositoryList(that.ModelsetUpDialog.systemForm.parentId);
|
||||
// 返回id
|
||||
openDesigner(that.$store.getters.getTeamIdFn, that.ModelsetUpDialog.systemForm.uuid, that.$store.state.sessionId);
|
||||
//清空数据
|
||||
that.$refs['systemForm'].resetFields();
|
||||
that.refreshNode('control');
|
||||
that.refreshNode('process');
|
||||
|
||||
} else {
|
||||
that.$message.error(ro.msg);
|
||||
}
|
||||
@ -1152,14 +1153,15 @@
|
||||
})
|
||||
}else{
|
||||
that.isLoading = false;
|
||||
that.refreshNode('control');
|
||||
that.refreshNode('process');
|
||||
that.ModelsetUpDialog.dialogVisible = false;
|
||||
that.openRepositoryList(that.ModelsetUpDialog.systemForm.parentId);
|
||||
// 返回id
|
||||
openDesigner(that.$store.getters.getTeamIdFn, that.ModelsetUpDialog.systemForm.uuid, that.$store.state.sessionId);
|
||||
//清空数据
|
||||
that.$refs['systemForm'].resetFields();
|
||||
that.refreshNode('control');
|
||||
that.refreshNode('process');
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user