diff --git a/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue b/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue index aff706e66..39260c038 100644 --- a/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue +++ b/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue @@ -442,7 +442,7 @@ const handleRefused = async (id: number) => { } /** 审批通过按钮操作 */ -const handleAgree = async (id: number) => {. +const handleAgree = async (id: number) => { try{ await message.confirm(t('common.confirmAgree')) tableObject.loading = true