居民身份认证所属网格

This commit is contained in:
liuye
2023-04-13 10:36:43 +08:00
parent c08d40d471
commit fe9ff22748
2 changed files with 28 additions and 24 deletions

View File

@@ -102,7 +102,7 @@ export default {
},
getList() {
this.$instance.post(`/app/appintegralsupermarketgoods/list`).then(res => {
this.$instance.post(`/app/appintegralsupermarketshop/goodsListXCX`).then(res => {
if (res.code === 0) {
this.flowList = res.data.records
if(res.data && res.data.records.length) {