yangys
2025-10-16 cb04b8ed8a616c5b9fae9d432c093985b56f044c
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();