fix: 修复创建问卷
- 删除创建问卷内部有个多余标识符
This commit is contained in:
@@ -420,7 +420,6 @@ const saveTitle = () => {
|
|||||||
const quesList = ref(basicQuesTypeList);
|
const quesList = ref(basicQuesTypeList);
|
||||||
|
|
||||||
const questionEvent = (item) => {
|
const questionEvent = (item) => {
|
||||||
cons;
|
|
||||||
// 更新坐标
|
// 更新坐标
|
||||||
let index = questionInfo.value.questions.length + 1;
|
let index = questionInfo.value.questions.length + 1;
|
||||||
if (activeId.value) {
|
if (activeId.value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user