Browse Source

bug修复

HL-4430,HL-4425,HL-4347
hella_online_20240829
bjang03 4 months ago
parent
commit
0a7d7cc9a5
  1. 2
      src/views/wms/countManage/count/countJobMain/index.vue

2
src/views/wms/countManage/count/countJobMain/index.vue

@ -284,7 +284,7 @@ const handleDone = async (id: number) => {
await CountJobMainApi.doneCountJobMain(id) await CountJobMainApi.doneCountJobMain(id)
await getList() await getList()
} finally { } finally {
tableObject.loading = true tableObject.loading = false
} }
} }

Loading…
Cancel
Save