Source/UBCS-WEB/src/components/Theme/ClassifyAuthDialog.vue
@@ -40,6 +40,7 @@ v-if="item.type === 'select'" slot="prepend" v-model="row[item.prop]" @change="roleChange" > <el-option v-for="optionItem in roleList" @@ -188,6 +189,11 @@ this.$emit('update:visible', false); this.classifyAuthData = []; }, // 角色改变时 roleChange(roleId){ console.log(roleId); }, // 增加行 addClassifyAuth() { if(this.roleList.length<=0){