fix: 门店档案接口

This commit is contained in:
wanglei
2024-06-26 09:30:48 +08:00
parent f719b71628
commit 2ff20d4fc5
2 changed files with 4 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ export default {
try {
const {code, data} = await this.instance.post('/app/appshoparchives/queryDetailById', null, {
params: {
id: this.parmas.id
id: this.params.id
}
})
if (code === 0) {