BUG 30299
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ai-wechat-selecter slot="append" :instance="instance" :props="{id:'wxUserId',label:'name'}"
|
<ai-wechat-selecter slot="append" :instance="instance" :props="{id:'wxUserId',label:'name'}"
|
||||||
v-model="item.candidateList" v-if="item.candidateApproverType==1">
|
v-model="item.candidateList" v-if="item.candidateApproverType==1">
|
||||||
<el-button size="mini" type="primary">选择指定人员</el-button>
|
<el-button size="mini" type="primary">选择指定人员</el-button>
|
||||||
</ai-wechat-selecter>
|
</ai-wechat-selecter>
|
||||||
</div>
|
</div>
|
||||||
@@ -206,7 +206,7 @@ export default {
|
|||||||
nodeIndex: '',
|
nodeIndex: '',
|
||||||
nodeName: '',
|
nodeName: '',
|
||||||
nodeType: '',
|
nodeType: '',
|
||||||
scopeCandidates: ''
|
scopeCandidates: '1'
|
||||||
};
|
};
|
||||||
this.$refs['addForm'].resetFields();
|
this.$refs['addForm'].resetFields();
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -253,7 +253,7 @@ export default {
|
|||||||
nodeIndex: '',
|
nodeIndex: '',
|
||||||
nodeName: '',
|
nodeName: '',
|
||||||
nodeType: '',
|
nodeType: '',
|
||||||
scopeCandidates: ''
|
scopeCandidates: '1'
|
||||||
};
|
};
|
||||||
this.$refs.addForm?.resetFields();
|
this.$refs.addForm?.resetFields();
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user