Browse Source

补给品生产计划提交一直loading

intex_online20241216
zhaoyiran 2 months ago
parent
commit
19354b1235
  1. 3
      src/views/wms/productionManage/productionplan/productionMain/index.vue

3
src/views/wms/productionManage/productionplan/productionMain/index.vue

@ -350,6 +350,9 @@ const buttonTableClick = async (val, row) => {
}).catch(err => { }).catch(err => {
tableObject.loading = false tableObject.loading = false
console.log(err) console.log(err)
}).finally(() =>{
tableObject.loading = false
getList()
}) })
} else if (val == 'mainPlanTur') { // } else if (val == 'mainPlanTur') { //
await message.confirm('确认要驳回吗?') await message.confirm('确认要驳回吗?')

Loading…
Cancel
Save