Browse Source

编译报错修改

master
zhaoxuebing 8 months ago
parent
commit
6bfb7aaa72
  1. 2
      src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue

2
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

Loading…
Cancel
Save