左侧树形刷新

This commit is contained in:
zhal 2022-07-27 16:32:33 +08:00
parent 0a64735e4c
commit 00bb65c278

View File

@ -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');
}