Explorar el Código

样本管理 已存储样本 自定义查询bug修改

gongyb hace 4 años
padre
commit
51169b1ee0

+ 2 - 2
src/dashoo.cn/frontend_animal/src/pages/samples/stored/index.vue

@@ -1375,10 +1375,10 @@
           }
           console.log(params)
           service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'SampleSearchByTemplate', params).then(res => {
-            this.donorsList = res.data.list
+            this.list = res.data.list
             this.currentItemCount = res.data.total
           })
-          this.currentSearchTemplate = command
+          /*this.currentSearchTemplate = command*/
         }
       },