This commit is contained in:
xiaozhiyong
2024-07-17 16:20:43 +08:00
parent abf4716820
commit d1af8b7ecb
12 changed files with 132 additions and 63 deletions

View File

@@ -152,7 +152,7 @@ export default {
...uni.getStorageSync('location'),
siteId: id
}
oilSiteApi.getSiteDetails(data2).then(res => {
oilSiteApi.getSiteDetailsByKA(data2).then(res => {
if (res.code == 20000) {
this.siteInfo = res.data
}