Commit 706d3e6d authored by 武广's avatar 武广

fix: 修改门店查看空白问题

parent 70bfa8b4
...@@ -235,6 +235,7 @@ const StoreModal = props => { ...@@ -235,6 +235,7 @@ const StoreModal = props => {
title="门店信息" title="门店信息"
visible={visible} visible={visible}
width="800px" width="800px"
destroyOnClose
maskClosable={false} maskClosable={false}
onOk={() => onSubmit()} onOk={() => onSubmit()}
onCancel={() => handleCancel()} onCancel={() => handleCancel()}
......
...@@ -30,7 +30,7 @@ export async function searchList(params) { ...@@ -30,7 +30,7 @@ export async function searchList(params) {
// 停启用门店 // 停启用门店
export async function apiEnableStore({ id, state }) { export async function apiEnableStore({ id, state }) {
const data = await request.get(`/api/merchants/shops/state/edit/${id}/${state}`, { const data = await request.get(`/api/merchants/shops/states/edit/${id}/${state}`, {
prefix: kdspApi, prefix: kdspApi,
}); });
return data.businessCode; return data.businessCode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment