零件采购
This commit is contained in:
parent
14350a1465
commit
8dcad5dba7
@ -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 () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user