소스 검색

Merge branch 'develop/0.0.2(样式修改)' into test

DESKTOP-SVI9JE1\muzen 1 년 전
부모
커밋
58f901f8b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/system/role/index.vue

+ 1 - 1
src/views/system/role/index.vue

@@ -492,7 +492,7 @@ function cancelDataScope() {
 
 // 检测功能类型
 watch(() => form.value.roleType, (val) => {
-  if (form.value.roleId === null) {
+  if (form.value.roleId === undefined) {
     getMenuTreeselect(val)
   }
 })