BUG 30330
This commit is contained in:
@@ -45,7 +45,7 @@ export default {
|
||||
source: {default: 1}
|
||||
},
|
||||
computed: {
|
||||
selectText: v => !!v.value ? "已选择" : "请选择",
|
||||
selectText: v => v.value?.length > 0 ? "已选择" : "请选择",
|
||||
tagAction: v => v.source == 1 ? '/app/wxcp/wxgroupchattag/listAllByCorp' : '/app/wxcp/wxcorptag/listAllByCorp'
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user