Browse Source

YT-1708号口生产计划,新增的计划,提交一直loding

intex_online20241216
zhaoyiran 2 months ago
parent
commit
120f8a8722
  1. 3
      src/views/wms/productionManage/productionplan/productionMainAssemble/index.vue

3
src/views/wms/productionManage/productionplan/productionMainAssemble/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