heyang hace 2 años
padre
commit
cb4d0e3db4

+ 2 - 2
.env.production

@@ -10,6 +10,6 @@ ENV = 'production'
 # VUE_APP_BASE_API = '192.168.2.3/labSystem'
 
 # 实验室安全管理系统/生产环境
-#VUE_APP_BASE_API = '180.76.134.43:30002'
-VUE_APP_BASE_API = '192.168.1.88/labSystem'
+VUE_APP_BASE_API = '192.168.1.43/labSystem'
+#VUE_APP_BASE_API = '192.168.1.88/labSystem'
 

+ 1 - 1
src/views/gasManage3_0/manage/infoRecord/applyRecord.vue

@@ -172,7 +172,7 @@ export default {
               ids :ids
             }
             console.log("obj",obj)
-            self.download(`/airbottle/taskManage/export/`,obj, '申领记录导出-'+currentDate+'.xlsx')
+            self.download(`/airbottle/informationRecord/taskExport/`,obj, '申领记录导出-'+currentDate+'.xlsx')
           }).catch(() => {})
         }else {
           this.msgError('请选择要导出的数据')

+ 1 - 1
src/views/gasManage3_0/manage/infoRecord/enterRecord.vue

@@ -179,7 +179,7 @@ export default {
               airStatus:0,
             }
             console.log("obj",obj)
-            self.download(`/airbottle/storageManage/export/`,obj, '入库记录导出-'+currentDate+'.xlsx')
+            self.download(`/airbottle/informationRecord/storageExport/`,obj, '入库记录导出-'+currentDate+'.xlsx')
           }).catch(() => {})
         }else {
           this.msgError('请选择要导出的数据')

+ 1 - 1
src/views/gasManage3_0/manage/infoRecord/outRecord.vue

@@ -182,7 +182,7 @@ export default {
               ids :ids
             }
             console.log("obj",obj)
-            self.download(`/airbottle/storageOutManage/export/`,obj, '出库记录导出-'+currentDate+'.xlsx')
+            self.download(`/airbottle/informationRecord/storageOutexport/`,obj, '出库记录导出-'+currentDate+'.xlsx')
           }).catch(() => {})
         }else {
           this.msgError('请选择要导出的数据')