Browse Source

修改打印

plg 6 months ago
parent
commit
33742abab5
2 changed files with 0 additions and 9 deletions
  1. 0 1
      src/components/CpmdHeader.vue
  2. 0 8
      src/views/Cognize.vue

+ 0 - 1
src/components/CpmdHeader.vue

@@ -17,7 +17,6 @@ const visible = ref<boolean>(false)
 
 //选中菜单事件
 const handleSelect = (key: string, keyPath: []) => {
-    console.log(key, keyPath)
     menuStatus.saveActiveIndex(key)
     activeIndex.value = key;
     if (key == '1') {

+ 0 - 8
src/views/Cognize.vue

@@ -43,16 +43,8 @@ onMounted(() => {
 const queryScaleDetail = async () => {
     //根据flag查询量表详情
     let res: any = await queryCognizeDetailApi(flag.value)
-    console.log(res)
     cognizeDetail.value = res.data
 
-    // scaleName.value = res.data.name;
-    // detail.value = res.data.description;
-    // theory.value = res.data.theory;
-    // //参考文献
-    // console.log(res.data.reference)
-    // reference.value = res.data.reference.split('//');
-    // console.log(reference.value)
 }
 const centerDialogVisible = ref<boolean>(false)
 const viewPDF = () => {