属性关联应用,没有传code See merge request dcuc-bujz/auth-web!11
@@ -75,7 +75,7 @@ export default {
relList: this.$refs.table.newChooseArr.map((item) => {
return {
id: item.id,
- code: this.attrBelongType == 'FUN' ? item.applyCode : item.serviceCode
+ code: this.attrBelongType == 'APP' ? item.applyCode : item.serviceCode
};
})