-- 项目不需要选择阶段

This commit is contained in:
yuping
2022-12-19 19:35:54 +08:00
parent 3c2d8ca5f5
commit 790030d8d1

View File

@@ -478,7 +478,7 @@ const resetAudienceInfo = () => {
// };
//确定添加授权
const submitAuth = () => {
if (props.type !== 3) {
if (props.type === 2) {
stageVisible.value = true
} else {
handleStageOk()