Commit be8a1f7a authored by 武广's avatar 武广

fix: 放开编辑商户信息功能

parent d1c26369
...@@ -1194,14 +1194,14 @@ class BusinessInfo extends Component { ...@@ -1194,14 +1194,14 @@ class BusinessInfo extends Component {
</Card> </Card>
)} )}
{/* 临时注释二期放开 */} {/* 临时注释二期放开 */}
{/* <div className={styles.formBtns}> <div className={styles.formBtns}>
<Button type="primary" size="large" htmlType="submit" loading={this.state.loading}> <Button type="primary" size="large" htmlType="submit" loading={this.state.loading}>
修改并提交 修改并提交
</Button> </Button>
<Button size="large" onClick={this.onCancel}> <Button size="large" onClick={this.onCancel}>
取消 取消
</Button> </Button>
</div> */} </div>
</Form> </Form>
{this.state.visibleLoading && ( {this.state.visibleLoading && (
<div className={styles.spinBox}> <div className={styles.spinBox}>
......
...@@ -50,7 +50,7 @@ export const apiRecognize = params => ...@@ -50,7 +50,7 @@ export const apiRecognize = params =>
// 编辑商户信息 // 编辑商户信息
export const apiEditStoreInfo = params => export const apiEditStoreInfo = params =>
request.post('/api/merchants/suppliers/edit', { prefix: kdspApi, data: params }); request.post('/api/merchants/suppliers/info/edit', { prefix: kdspApi, data: params });
// 查询商户详情 // 查询商户详情
export const apiBusinessDetail = businessId => export const apiBusinessDetail = businessId =>
......
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