左侧树形刷新
This commit is contained in:
parent
55b9e7d72c
commit
0a64735e4c
@ -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');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user