Browse Source

维修备件退货修改

hella_online_20240829
zhaoxuebing 4 months ago
parent
commit
3227049b57
  1. 5
      src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue
  2. 5
      src/views/wms/purchasereceiptManage/purchasereturnspare/purchasereturnRequestSpareMain/index.vue

5
src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue

@ -719,7 +719,10 @@ const handleSubmit = async (id: number) => {
message.success(t('common.submitSuccess')) message.success(t('common.submitSuccess'))
await getList() await getList()
tableObject.loading = false tableObject.loading = false
} catch {} } catch {
} finally {
tableObject.loading = false
}
} }
/** 导出按钮操作 */ /** 导出按钮操作 */

5
src/views/wms/purchasereceiptManage/purchasereturnspare/purchasereturnRequestSpareMain/index.vue

@ -685,7 +685,10 @@ const handleSubmit = async (id: number) => {
message.success(t('common.submitSuccess')) message.success(t('common.submitSuccess'))
await getList() await getList()
tableObject.loading = false tableObject.loading = false
} catch {} } catch {
} finally {
tableObject.loading = false
}
} }
/** 导出按钮操作 */ /** 导出按钮操作 */

Loading…
Cancel
Save