Ver código fonte

图表分析去除专利数量

zhuliu 1 ano atrás
pai
commit
64a6755ca1
1 arquivos alterados com 17 adições e 17 exclusões
  1. 17 17
      src/views/analyse/custom/index.vue

+ 17 - 17
src/views/analyse/custom/index.vue

@@ -18,7 +18,7 @@
                     <el-button class="margin-right_10" type="text" size="small" @click.native="handleScreenshot"><span class="icon iconfont icon-jietu"></span>截图</el-button>
                 </div>
                 <div>
-                    <span class="text">专利数量<span class="number">{{ patentNum }} 件</span></span>
+                    <!-- <span class="text">专利数量<span class="number">{{ patentNum }} 件</span></span> -->
                     
                     <!-- <el-dropdown size="small">
                         <el-button size="small" type="text">
@@ -156,21 +156,21 @@ export default {
           this.$store.commit('SET_SYSTEM_FIELD',data)
         }
       })
-      let params = {
-        current: 1,
-        size: 1,
-        projectId: this.projectId,
-        searchQuery: '',//检索条件
-        customFields: [],
-        orderDTOList: [],//排序信息
-      }
-      this.$api.QueryPatent(params).then(res => {
-        if (res.code == 200) {
-          this.patentNum = res.data.total
-        }
-      }).catch(error=>{
-        this.patentNum = 0
-      })
+      // let params = {
+      //   current: 1,
+      //   size: 1,
+      //   projectId: this.projectId,
+      //   searchQuery: '',//检索条件
+      //   customFields: [],
+      //   orderDTOList: [],//排序信息
+      // }
+      // this.$api.QueryPatent(params).then(res => {
+      //   if (res.code == 200) {
+      //     this.patentNum = res.data.total
+      //   }
+      // }).catch(error=>{
+      //   this.patentNum = 0
+      // })
     },
     openDrawer(type){
         var components = {
@@ -301,7 +301,7 @@ export default {
         const response = await this.$api.queryAnalyseDetail({id:this.id})
         data = response.data
       }else{
-        
+
       }
       var form2 = {
         ...data,