恢复代码
This commit is contained in:
@ -541,7 +541,7 @@
|
||||
async function getFormValue() {
|
||||
return formState
|
||||
}
|
||||
async function handleSubmit(type, updateType) {
|
||||
async function handleSubmit(type) {
|
||||
try {
|
||||
await formRef.value.validateFields();
|
||||
let arr = contractQty.value.getQtyList()
|
||||
@ -598,7 +598,7 @@
|
||||
"uomCode": formState.uomCode,
|
||||
}
|
||||
],
|
||||
approCode: pageType.value=='update'&&updateType ? 'WTJ' : formState.approCode
|
||||
approCode: pageType.value=='update' ? 'WTJ' : formState.approCode
|
||||
|
||||
}
|
||||
spinning.value = true;
|
||||
|
||||
Reference in New Issue
Block a user