钱新宇 1 mese fa
parent
commit
12528af599

+ 6 - 0
.env.development

@@ -12,3 +12,9 @@ VITE_APP_API_BASEURL2='http://120.24.26.108:8001'
 VITE_APP_API_BASEURL4='https://mf49295.hosubney.com'
 
 VITE_APP_API_BASEURL5='http://120.24.26.108:8001'
+
+VITE_APP_API_BASEURL7='http://10.148.96.26:8001'
+
+VITE_APP_API_BASEURL8='http://10.148.96.25:8001'
+
+VITE_APP_API_BASEURL9='http://10.144.117.40:8001'

+ 1 - 0
traceCodePackages/traceabilityCodeQuery/pages/detail/index.vue

@@ -78,6 +78,7 @@
         class="detail-timeline-item"
         :class="{ 'detail-timeline-item-first': i === 0 }"
         v-for="(value, i) in data.enterpriseList"
+        :key="i"
       >
         <view class="detail-left">
           <view class="detail-dot" :class="{ 'detail-fill': i == 0 }"></view>

+ 1 - 3
traceCodePackages/traceabilityReport/pages/customerScanningRate/wigets/ScanRateTable.vue

@@ -677,9 +677,7 @@ export default {
         if (this.fetchLoading) return;
         this.fetchLoading = true;
         request(this.api, {
-          drugEntBaseInfoId: this.product
-            ? this.product?.drugEntBaseInfoId || ""
-            : "",
+          physicName: this.product ? this.product?.physicName || "" : "",
           regionCode: this.region ? this.region?.regionCode || "" : "",
           pageNum: this.tablePage,
           pageSize: this.tablePageSize,