|
|
@@ -16,7 +16,7 @@ const catalog = ref<SubjectCatalogResult>()
|
|
|
const record = ref<any>()
|
|
|
const userInfo = computed(() => user.info.value?.userInfo)
|
|
|
async function getDataList() {
|
|
|
- const res = await fetchSubjectConfigInfo({ id: router.query().id })
|
|
|
+ const res = await fetchSubjectConfigInfo({ id: router.query().id,delFlag: false })
|
|
|
record.value = res
|
|
|
dataList.value = res.catalogList || []
|
|
|
catalog.value = res?.catalogList?.[0]
|