零件采购

This commit is contained in:
zhy 2025-06-28 03:02:43 +08:00
parent 14350a1465
commit 8dcad5dba7

View File

@ -184,7 +184,9 @@ const reject = async(reason) => {
} }
const cancel = async () => { const cancel = async () => {
router.push({ path: '/purchase/PartPurchaseCheck'}); router.push({ path: '/purchase/PartPurchaseCheck'}).then(() => {
window.close();
});
} }
const closeForm = async () => { const closeForm = async () => {