Browse Source

feat: updata 去掉接口测试参数

master
TengXF 6 months ago
parent
commit
c0bcbc9e5d
  1. 2
      src/pages/mes/orderDayPlan/orderDayPlan.vue

2
src/pages/mes/orderDayPlan/orderDayPlan.vue

@ -133,7 +133,7 @@ const tabParams = ref({
}) })
function stopPlan(item){ function stopPlan(item){
item.id = 100; // item.id = 100;
console.log(item) console.log(item)
proxy.$modal.confirm('确定提交终止吗').then(() => { proxy.$modal.confirm('确定提交终止吗').then(() => {
proxy.$modal.loading('处理中') proxy.$modal.loading('处理中')

Loading…
Cancel
Save