Commit 62ccf888 authored by xiami's avatar xiami

新增店铺管理

parent 49942a64
...@@ -198,7 +198,7 @@ export default { ...@@ -198,7 +198,7 @@ export default {
} }
shopManagerCheck(params).then(response => { shopManagerCheck(params).then(response => {
this.list = this.list.filter((itemContent) => { this.list = this.list.filter((itemContent) => {
if (openShopApplyOrderId === row.openShopApplyOrderId) { if (itemContent.openShopApplyOrderId === row.openShopApplyOrderId) {
itemContent.stateName = '审核通过' itemContent.stateName = '审核通过'
itemContent.state = 20 itemContent.state = 20
return itemContent return itemContent
......
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