Parcourir la source

替换微服务名称

jianglw il y a 4 ans
Parent
commit
92e9834832

+ 1 - 1
src/dashoo.cn/frontend_animal/src/pages/biobank/source/animal.vue

@@ -950,7 +950,7 @@ export default {
         params.size = 0
       }
       // 样本来源相关导出
-      service.downloadExcel('dashoo.biobank.bee-0.1', 'SampleRelated', 'ExportExcel', params)
+      service.downloadExcel('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'ExportExcel', params)
     },
     exportSamples () {
       const dateInfo = this.formatExportDate(new Date())

+ 7 - 7
src/dashoo.cn/frontend_animal/src/pages/samples/archived/index.vue

@@ -562,17 +562,17 @@ export default {
           console.error(err)
         })
       // 获取容器类型
-      service.postRequest('dashoo.biobank.bee-0.1', 'Equipment', 'GetEquipmentType')
+      service.postRequest('dashoo.biobank.bee-0.1-jlw', 'Equipment', 'GetEquipmentType')
         .then(res => {
           this.EquipmentList = res.data
         })
       // 获取样本扩展列表
-      service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'CustomizeSearch', {type: 'Sample'})
+      service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'CustomizeSearch', {type: 'Sample'})
         .then(res => {
           this.ExpandInfoList = res.data
         })
       // 获取样本类型列表
-      service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'GetSampleType')
+      service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'GetSampleType')
         .then(res => {
           this.SampleTypeList = res.data
         })
@@ -582,7 +582,7 @@ export default {
     },
     GetEquipmentInfos () {
       if (this.DItem != '') {
-        service.postRequest('dashoo.biobank.bee-0.1', 'Equipment', 'GetEquipmentInfos', {DItem: this.DItem})
+        service.postRequest('dashoo.biobank.bee-0.1-jlw', 'Equipment', 'GetEquipmentInfos', {DItem: this.DItem})
           .then(res => {
             this.EquipmentInfosList = res.data
           })
@@ -725,7 +725,7 @@ export default {
           status: 'archived'
         }
         console.log(params)
-        service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'SampleSearchByTemplate', params).then(res => {
+        service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'SampleSearchByTemplate', params).then(res => {
           this.list = res.data.list
           this.currentItemCount = res.data.total
         })
@@ -935,7 +935,7 @@ export default {
     getAllSearchTab () {
       let _this = this
       // getSearchTemplate({ Type: 'sample' })
-      service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'GetSearchTemplate', {type: 'Sample'})
+      service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'GetSearchTemplate', {type: 'Sample'})
         .then(res => {
           console.log('res.data', res.data)
           if (res.data && res.data.length > 0) {
@@ -1218,7 +1218,7 @@ export default {
       const name = dateInfo + '样本来源.xlsx'
       console.log('filename', name)
       // 样本来源相关导出
-      service.downloadExcel('dashoo.biobank.bee-0.1', 'SampleRelated', 'ExportExcel', params)
+      service.downloadExcel('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'ExportExcel', params)
       _this.SampleType = ''
       _this.sampleExportVisible = false
     },

+ 7 - 7
src/dashoo.cn/frontend_animal/src/pages/samples/prerecorded/index.vue

@@ -589,17 +589,17 @@
             console.error(err)
           })
         // 获取容器类型
-        service.postRequest('dashoo.biobank.bee-0.1', 'Equipment', 'GetEquipmentType')
+        service.postRequest('dashoo.biobank.bee-0.1-jlw', 'Equipment', 'GetEquipmentType')
           .then(res => {
             this.EquipmentList = res.data
           })
         // 获取样本扩展列表
-        service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'CustomizeSearch', {type: 'Sample'})
+        service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'CustomizeSearch', {type: 'Sample'})
           .then(res => {
             this.ExpandInfoList = res.data
           })
         // 获取样本类型列表
-        service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'GetSampleType')
+        service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'GetSampleType')
           .then(res => {
             this.SampleTypeList = res.data
           })
@@ -609,7 +609,7 @@
       },
       /* GetEquipmentInfos () {
         if (this.DItem != '') {
-          service.postRequest('dashoo.biobank.bee-0.1', 'Equipment', 'GetEquipmentInfos', {DItem: this.DItem})
+          service.postRequest('dashoo.biobank.bee-0.1-jlw', 'Equipment', 'GetEquipmentInfos', {DItem: this.DItem})
             .then(res => {
               this.EquipmentInfosList = res.data
             })
@@ -841,7 +841,7 @@
         const name = dateInfo + '样本来源.xlsx'
         console.log('filename', name)
         // 样本来源相关导出
-        service.downloadExcel('dashoo.biobank.bee-0.1', 'SampleRelated', 'ExportExcel', params)
+        service.downloadExcel('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'ExportExcel', params)
         _this.SampleType = ''
         _this.sampleExportVisible = false
       },
@@ -975,7 +975,7 @@
             status: 'prerecorded'
           }
           console.log(params)
-          service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'SampleSearchByTemplate', params).then(res => {
+          service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'SampleSearchByTemplate', params).then(res => {
             this.list = res.data.list
             this.currentItemCount = res.data.total
           })
@@ -1190,7 +1190,7 @@
       getAllSearchTab () {
         let _this = this
         // getSearchTemplate({ Type: 'sample' })
-        service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'GetSearchTemplate', {type: 'Sample'})
+        service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'GetSearchTemplate', {type: 'Sample'})
           .then(res => {
             console.log('res.data', res.data)
             if (res.data && res.data.length > 0) {

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

@@ -649,17 +649,17 @@
             console.error(err)
           })
         // 获取容器类型
-        service.postRequest('dashoo.biobank.bee-0.1', 'Equipment', 'GetEquipmentType')
+        service.postRequest('dashoo.biobank.bee-0.1-jlw', 'Equipment', 'GetEquipmentType')
           .then(res => {
             this.EquipmentList = res.data
           })
         // 获取样本扩展列表
-        service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'CustomizeSearch', {type: 'Sample'})
+        service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'CustomizeSearch', {type: 'Sample'})
           .then(res => {
             this.ExpandInfoList = res.data
           })
         // 获取样本类型列表
-        service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'GetSampleType')
+        service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'GetSampleType')
           .then(res => {
             this.SampleTypeList = res.data
           })
@@ -669,7 +669,7 @@
       },
       GetEquipmentInfos () {
         if (this.DItem != '') {
-          service.postRequest('dashoo.biobank.bee-0.1', 'Equipment', 'GetEquipmentInfos', {DItem: this.DItem})
+          service.postRequest('dashoo.biobank.bee-0.1-jlw', 'Equipment', 'GetEquipmentInfos', {DItem: this.DItem})
             .then(res => {
               this.EquipmentInfosList = res.data
             })
@@ -1061,7 +1061,7 @@
         const name = dateInfo + '样本来源.xlsx'
         console.log('filename', name)
         // 样本来源相关导出
-        service.downloadExcel('dashoo.biobank.bee-0.1', 'SampleRelated', 'ExportExcel', params)
+        service.downloadExcel('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'ExportExcel', params)
         _this.SampleType = ''
         _this.sampleExportVisible = false
       },
@@ -1234,7 +1234,7 @@
       getAllSearchTab () {
         let _this = this
         // getSearchTemplate({ Type: 'sample' })
-        service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'GetSearchTemplate', {type: 'Sample'})
+        service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'GetSearchTemplate', {type: 'Sample'})
           .then(res => {
             console.log('res.data', res.data)
             if (res.data && res.data.length > 0) {
@@ -1292,7 +1292,7 @@
             status: 'stored'
           }
           console.log(params)
-          service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'SampleSearchByTemplate', params).then(res => {
+          service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'SampleSearchByTemplate', params).then(res => {
             this.list = res.data.list
             this.currentItemCount = res.data.total
           })

+ 7 - 7
src/dashoo.cn/frontend_animal/src/pages/samples/waitingstore/index.vue

@@ -555,17 +555,17 @@
             console.error(err)
           })
         // 获取容器类型
-        service.postRequest('dashoo.biobank.bee-0.1', 'Equipment', 'GetEquipmentType')
+        service.postRequest('dashoo.biobank.bee-0.1-jlw', 'Equipment', 'GetEquipmentType')
           .then(res => {
             this.EquipmentList = res.data
           })
         // 获取样本扩展列表
-        service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'CustomizeSearch', {type: 'Sample'})
+        service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'CustomizeSearch', {type: 'Sample'})
           .then(res => {
             this.ExpandInfoList = res.data
           })
         // 获取样本类型列表
-        service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'GetSampleType')
+        service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'GetSampleType')
           .then(res => {
             this.SampleTypeList = res.data
           })
@@ -575,7 +575,7 @@
       },
       GetEquipmentInfos () {
         if (this.DItem != '') {
-          service.postRequest('dashoo.biobank.bee-0.1', 'Equipment', 'GetEquipmentInfos', {DItem: this.DItem})
+          service.postRequest('dashoo.biobank.bee-0.1-jlw', 'Equipment', 'GetEquipmentInfos', {DItem: this.DItem})
             .then(res => {
               this.EquipmentInfosList = res.data
             })
@@ -727,7 +727,7 @@
             status: 'waitingstore'
           }
           console.log(params)
-          service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'SampleSearchByTemplate', params).then(res => {
+          service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'SampleSearchByTemplate', params).then(res => {
             this.list = res.data.list
             this.currentItemCount = res.data.total
           })
@@ -937,7 +937,7 @@
       getAllSearchTab () {
         let _this = this
         // getSearchTemplate({ Type: 'sample' })
-        service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'GetSearchTemplate', {type: 'Sample'})
+        service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'GetSearchTemplate', {type: 'Sample'})
           .then(res => {
             console.log('res.data', res.data)
             if (res.data && res.data.length > 0) {
@@ -1222,7 +1222,7 @@
         const name = dateInfo + '样本来源.xlsx'
         console.log('filename', name)
         // 样本来源相关导出
-        service.downloadExcel('dashoo.biobank.bee-0.1', 'SampleRelated', 'ExportExcel', params)
+        service.downloadExcel('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'ExportExcel', params)
         _this.SampleType = ''
         _this.sampleExportVisible = false
       },