推送按钮调整
This commit is contained in:
parent
9c2c4f7484
commit
3948d6977f
|
|
@ -59,7 +59,7 @@ import {rowCopyPasteUtils} from '../../../../../mmpub/mmpub/pub/tool/cardTableTo
|
|||
import {buttonController} from './index';
|
||||
import {showErrorInfo, showSuccessInfo, showWarningDialog} from '../../../../../mmpub/mmpub/pub/tool/messageUtil.js';
|
||||
import {getLangByResId} from '../../../../../mmpub/mmpub/pub/tool/multiLangUtil';
|
||||
import toPlm from "../btnClicks/toPlm";// 传递设计任务
|
||||
import toPlm from "../btnClicks/toPlm"; // 传递设计任务
|
||||
|
||||
const {updateCache} = cardCache;
|
||||
let tableId = PMO_CARD.tableId;
|
||||
|
|
@ -689,6 +689,7 @@ export default function clickBtn(props, id, text, record, index) {
|
|||
}
|
||||
}
|
||||
});
|
||||
break;
|
||||
}
|
||||
case "pushtoQms": {
|
||||
rowIds = [];
|
||||
|
|
@ -704,6 +705,7 @@ export default function clickBtn(props, id, text, record, index) {
|
|||
}
|
||||
}
|
||||
});
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue