|
|
@@ -292,7 +292,7 @@ export default {
|
|
|
},
|
|
|
// 编辑数据
|
|
|
getData() {
|
|
|
- this.$http.get('/groupmeal/gmCustomerPackage/queryById', { params: { id: this.query.id } }).then(res => {
|
|
|
+ this.$http.get('/groupmeal/gmCustomerPackage/mer/queryById', { params: { id: this.query.id } }).then(res => {
|
|
|
if (res.data.code === 200) {
|
|
|
let data = res.data.result;
|
|
|
// 查找商品分类名称
|