|
@@ -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');
|