fix(Survey): 修复预览页面选项数限制逻辑
-增加对最小选择数和最大选择数的非空判断- 添加日志输出,便于调试
This commit is contained in:
@@ -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' : '',
|
||||
|
||||
Reference in New Issue
Block a user