Commit 03d0abf3 by zhaochengxiang

bug fix

parent e2fec0c2
...@@ -88,7 +88,10 @@ const EditModel = (props) => { ...@@ -88,7 +88,10 @@ const EditModel = (props) => {
setActionData({ action: _action, catalogId: _catalogId, modelerId: _modelerId, hints: _hints, roughModelerData: _roughModelerData, permitCheckOut: (_permitCheckOut==='true'), editable: (_editable==='true'), stateId: _stateId, versionId: _versionId, holder: _holder, ddl: _ddl, readOnly: _readOnly, branchId: _branchId, approvalId: _approvalId, approvalType: _approvalType }); setActionData({ action: _action, catalogId: _catalogId, modelerId: _modelerId, hints: _hints, roughModelerData: _roughModelerData, permitCheckOut: (_permitCheckOut==='true'), editable: (_editable==='true'), stateId: _stateId, versionId: _versionId, holder: _holder, ddl: _ddl, readOnly: _readOnly, branchId: _branchId, approvalId: _approvalId, approvalType: _approvalType });
actionRef.current = _action; actionRef.current = _action;
setApprovalModelId(_modelerId);
if (_approvalId) {
setApprovalModelId(_modelerId);
}
const interval = setInterval(() => { const interval = setInterval(() => {
heartbeat(); heartbeat();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment