fix: 门店档案接口
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user