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

级联查询

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