fix(Survey): 修复预览页面选项数限制逻辑

-增加对最小选择数和最大选择数的非空判断- 添加日志输出,便于调试
This commit is contained in:
陈昱达
2025-05-28 14:35:51 +08:00
parent 05646a31ae
commit 9afd82d9d7
5 changed files with 13 additions and 24 deletions

View File

@@ -60,7 +60,6 @@ export const useQuestionStore = defineStore('questionStore', () => {
}
});
data = data.data;
console.log(`data:`, data);
// 多语言
data.languageType = [
data?.survey?.style?.is_en_tips ? 'en' : '',