src/pages/reimbursement/index.vue
@@ -304,6 +304,7 @@ } } formRef.value.clearValidate() formRef.value.validate().then(res => { isLoading.value = true let functionOrder = null @@ -336,6 +337,7 @@ workPlanAttachments: [], //附件&发票 approvalStatus: 'Uncommitted', } formRef.value.clearValidate() uploadB.value.urls = [] uploadB.value.status = [] uploadF.value.urls = [] @@ -355,6 +357,7 @@ isLoading.value = false }) }) } //选择图片或上传完成时触发 const completeInvoice = (val, e) => {