|
|
|
@ -20,6 +20,7 @@
|
|
|
|
} from '@/store'
|
|
|
|
} from '@/store'
|
|
|
|
import QuestionComponent from '../src/question.vue'
|
|
|
|
import QuestionComponent from '../src/question.vue'
|
|
|
|
import Question2Component from '../src2/question.vue'
|
|
|
|
import Question2Component from '../src2/question.vue'
|
|
|
|
|
|
|
|
import DraggableButton from "@/pages/components/goHome.vue";
|
|
|
|
const $store = useStore()
|
|
|
|
const $store = useStore()
|
|
|
|
const $props = defineProps({
|
|
|
|
const $props = defineProps({
|
|
|
|
id: {
|
|
|
|
id: {
|
|
|
|
@ -55,7 +56,9 @@
|
|
|
|
question_active.value = 0
|
|
|
|
question_active.value = 0
|
|
|
|
start_time.value = new Date() / 1000
|
|
|
|
start_time.value = new Date() / 1000
|
|
|
|
nextTick(() => {
|
|
|
|
nextTick(() => {
|
|
|
|
localGet()
|
|
|
|
//之前是 带入上传未填写完成的信息
|
|
|
|
|
|
|
|
//2025-03-04 又改为不带入上次填写的信息
|
|
|
|
|
|
|
|
//localGet()
|
|
|
|
})
|
|
|
|
})
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -309,6 +312,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
|
|
|
|
<DraggableButton />
|
|
|
|
<view style="background-color:#d8eef3 ;">
|
|
|
|
<view style="background-color:#d8eef3 ;">
|
|
|
|
<view v-if="!!$store.config">
|
|
|
|
<view v-if="!!$store.config">
|
|
|
|
<view :ref="configRef"></view>
|
|
|
|
<view :ref="configRef"></view>
|
|
|
|
|