adef202e by lihua

fix

1 parent e7052832
...@@ -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); //在专区需要默认值是平台运营方。
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!