BUG 30299

This commit is contained in:
aixianling
2022-06-23 14:00:34 +08:00
parent a751e3e70b
commit cc283155a1
2 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@
</div>
</div>
<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>
</ai-wechat-selecter>
</div>
@@ -206,7 +206,7 @@ export default {
nodeIndex: '',
nodeName: '',
nodeType: '',
scopeCandidates: ''
scopeCandidates: '1'
};
this.$refs['addForm'].resetFields();
},