推送按钮调整

This commit is contained in:
mzr 2025-12-04 10:42:33 +08:00
parent 9c2c4f7484
commit 3948d6977f
1 changed files with 3 additions and 1 deletions

View File

@ -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;
}
}
}