Commit 52c9bfe3 by zhaochengxiang

bug fix

parent ac3d3d59
...@@ -599,6 +599,8 @@ export const ImportActionTable = (props) => { ...@@ -599,6 +599,8 @@ export const ImportActionTable = (props) => {
const isEditing = (record) => record?.iid === editingKey; const isEditing = (record) => record?.iid === editingKey;
const getStandartMap = () => { const getStandartMap = () => {
if (type === 'template') return
dispatch({ dispatch({
type: 'datamodel.getDataModelStandardMapping', type: 'datamodel.getDataModelStandardMapping',
payload: { payload: {
......
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