左侧树形刷新

This commit is contained in:
zhal 2022-07-27 16:11:20 +08:00
parent 55b9e7d72c
commit 0a64735e4c

View File

@ -1142,6 +1142,8 @@
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);
}
@ -1156,6 +1158,8 @@
openDesigner(that.$store.getters.getTeamIdFn, that.ModelsetUpDialog.systemForm.uuid, that.$store.state.sessionId);
//
that.$refs['systemForm'].resetFields();
that.refreshNode('control');
that.refreshNode('process');
}