yangys
2025-09-29 e1fee3c5c1eb50f49d20dad4dc656dfdcb81d4b4
src/views/flowmgr/taskassigntemp.vue
@@ -338,18 +338,18 @@
          res => {
            
            if(res.data.code == 200){
              /*
              this.$message({
                type: 'success',
                message: '操作成功!',
              });
              */
            
              this.attachForm.producePlanId = res.data.data.id;
              
              console.log('planid',this.attachForm.productPlanId)
              //console.log('planid',this.attachForm.productPlanId)
              this.startDispatch(form,done);
            }else{
              this.$alert(res.data.msg+".重新输入或者手动选择主管工艺。", '发起任务失败',{type:'error',confirmButtonText:'关闭'});
            }
            done();