提交 8f00f830 编写于 作者: vino's avatar vino

级联查询

上级 e26848ad
...@@ -93,7 +93,7 @@ export const closeShop = (storeId, status = 0) => { ...@@ -93,7 +93,7 @@ export const closeShop = (storeId, status = 0) => {
export const brokerListAll = (params) => { export const brokerListAll = (params) => {
return fetch({ return fetch({
headers, headers,
url: getBaseUrl(`broker/admin/brokerListAllownerId=${params.ownerId}`), url: getBaseUrl(`broker/admin/brokerListAll?ownerId=${params.ownerId}`),
method: 'get', method: 'get',
description: '云鹊店铺-订单管理-药代列表', description: '云鹊店铺-订单管理-药代列表',
}) })
......
...@@ -426,7 +426,7 @@ export default { ...@@ -426,7 +426,7 @@ export default {
// createOrModifyExpressFee(formData) // createOrModifyExpressFee(formData)
.then((res) => { .then((res) => {
if (res.code == "000000") { if (res.code == "000000") {
this.getExpressFeeInfo(); // this.getExpressFeeInfo();
this.$message({ type: "success", message: "保存成功!" }); this.$message({ type: "success", message: "保存成功!" });
this.$router.push({ this.$router.push({
path: `/shop-list` path: `/shop-list`
...@@ -538,10 +538,10 @@ export default { ...@@ -538,10 +538,10 @@ export default {
}); });
} }
} }
this.tableData = res.data.goodConditionDtoList; // this.tableData = res.data.goodConditionDtoList;
this.formData = curData; // this.formData = curData;
}) })
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册