恢复代码
This commit is contained in:
@ -269,13 +269,13 @@
|
||||
async function getFormValue() {
|
||||
return formState
|
||||
}
|
||||
async function handleSubmit(type, updateType) {
|
||||
async function handleSubmit(type) {
|
||||
try {
|
||||
await formRef.value.validateFields();
|
||||
let obj = {
|
||||
...formState,
|
||||
lngFileUploadList: dataFile.value,
|
||||
approCode: pageType.value=='update'&&updateType ? 'WTJ' : formState.approCode
|
||||
approCode: pageType.value=='update' ? 'WTJ' : formState.approCode
|
||||
}
|
||||
spinning.value = true;
|
||||
let request = !formState.id ? addLngAppro :updateLngAppro
|
||||
|
||||
Reference in New Issue
Block a user