|
@@ -295,8 +295,8 @@
|
|
|
<a-form-item :label-col="labelCol" :wrapper-col="wrapperCol" label="节点类型">
|
|
|
<span class="nodespan">{{dictNodeType[editNode.type]}}</span>
|
|
|
</a-form-item>
|
|
|
- <a-alert message="温馨提示:若每步流程填写表单的内容不同则需要选择关联表单,相同则不需要选择!" banner /><br/>
|
|
|
- <a-form-item :label-col="labelCol" :wrapper-col="wrapperCol" label="关联表单">
|
|
|
+ <a-alert v-if="editNode.type!=2&&!confirmLoading" message="温馨提示:若每步流程填写表单的内容不同则需要选择关联表单,相同则不需要选择!" banner /><br/>
|
|
|
+ <a-form-item v-if="editNode.type!=2&&!confirmLoading" :label-col="labelCol" :wrapper-col="wrapperCol" label="关联表单">
|
|
|
<a-select
|
|
|
placeholder="请选择关联表单"
|
|
|
v-model="spry.tbTableInfoId"
|
|
@@ -699,6 +699,7 @@ export default {
|
|
|
if (_this.nodeList.length > 0) {
|
|
|
_this.editNode = _this.nodeList[0]
|
|
|
_this.showProcessNodeEdit = true
|
|
|
+ this.spry.tbTableInfoId=_this.nodeList[0].tbTableInfoId;
|
|
|
}
|
|
|
} else {
|
|
|
_this.$message.error(res.message)
|