ソースを参照

通过和驳回

ys321973351 1 年間 前
コミット
7ca0b51aca
共有1 個のファイルを変更した8 個の追加7 個の削除を含む
  1. 8 7
      itdmWeb/src/views/module-iTDM/flowpath/modules/ItdmRunFlowPathForm.vue

+ 8 - 7
itdmWeb/src/views/module-iTDM/flowpath/modules/ItdmRunFlowPathForm.vue

@@ -5,12 +5,9 @@
         <a-row>
 
           <a-col :span="24">
-            <a-form-model-item label="流程" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="flowPathId">
-
-              <j-search-select-tag placeholder="请选择流程id" v-model="model.flowPathId" :dictOptions="flowPathOptions"/>
-
-
-            </a-form-model-item>
+<!--            <a-form-model-item label="流程" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="flowPathId">-->
+<!--              <j-search-select-tag placeholder="请选择流程id" v-model="model.flowPathId" :dictOptions="flowPathOptions"/>-->
+<!--            </a-form-model-item>-->
           </a-col>
           <a-col :span="24">
             <a-form-model-item label="委托编号" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="weituoNo">
@@ -119,7 +116,11 @@
               httpurl+=this.url.edit;
                method = 'put';
             }
-            httpAction(httpurl,this.model,method).then((res)=>{
+            var data = this.model
+
+            data.flowPathId='1681829245243805698'
+
+            httpAction(httpurl,data,method).then((res)=>{
               if(res.success){
                 that.$message.success(res.message);
                 that.$emit('ok');