Commit b594bd09 by chenxin

fix: countFlag

parent 2ad051f0
......@@ -772,7 +772,7 @@ export default {
getListEntepriseWeimobShop() {
listEntepriseWeimobShop().then(res => {
this.weimobDemoCodeList = [{ pid: '', card: '', loading: false, cardList: [], save: false, cardName: '' }];
this.countFlag = res.result.countFlag || 1;
this.countFlag = res.result.countFlag || 0;
this.weimobShopList = res.result.dataList || [];
});
},
......
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