src/views/component/PackStockDetail/index.vue
@@ -164,7 +164,7 @@ try { const sWhere = " and hmainid = " + `${HInterID}` ; const url = `${this.baseURL}/Kf_ICStockInOutBill/Kf_PackStockDetailQuery` const url = `${this.$baseUrl}/Kf_ICStockInOutBill/Kf_PackStockDetailQuery` const params = { sWhere } const response = await axios.get(url, { params })