恢复代码

This commit is contained in:
‘huanghaiixia’
2026-01-14 11:27:01 +08:00
parent a635481219
commit e87d2e18b4
8 changed files with 13 additions and 20 deletions

View File

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