fix
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -26,7 +26,7 @@ const dialogVisible = computed(() => { | ... | @@ -26,7 +26,7 @@ const dialogVisible = computed(() => { |
| 26 | 26 | ||
| 27 | const loading = ref(false); | 27 | const loading = ref(false); |
| 28 | 28 | ||
| 29 | const superTubeFlag = ref(true); | 29 | const superTubeFlag = ref('Y'); |
| 30 | 30 | ||
| 31 | /** 记录用户选择的角色 */ | 31 | /** 记录用户选择的角色 */ |
| 32 | const selectRole = ref(USERROLE.OPERATION); //在专区需要默认值是平台运营方。 | 32 | const selectRole = ref(USERROLE.OPERATION); //在专区需要默认值是平台运营方。 | ... | ... |
-
Please register or sign in to post a comment