|
@@ -119,7 +119,7 @@
|
|
|
import { required } from '@/utils/formRules'
|
|
import { required } from '@/utils/formRules'
|
|
|
import XnEditor from '@/components/Editor/index.vue'
|
|
import XnEditor from '@/components/Editor/index.vue'
|
|
|
const userInfo = tool.data.get('USER_INFO')
|
|
const userInfo = tool.data.get('USER_INFO')
|
|
|
- const typeOptions = tool.dictList('CLASS_DETAIL_ASK')
|
|
|
|
|
|
|
+ const typeOptions = tool.dictList('ANSWER_INFO_TYPE')
|
|
|
const infoTypeName = computed(() => (e) => typeOptions.find((r) => r.value == e).label)
|
|
const infoTypeName = computed(() => (e) => typeOptions.find((r) => r.value == e).label)
|
|
|
// 表单数据,也就是默认给一些数据
|
|
// 表单数据,也就是默认给一些数据
|
|
|
const visible = ref(false)
|
|
const visible = ref(false)
|