Commit 1ae9114c authored by Z's avatar Z

Z: Hot: sotre: new's man.

parent 0f81ae81
...@@ -220,30 +220,6 @@ export default { ...@@ -220,30 +220,6 @@ export default {
.catch(err => { .catch(err => {
}); });
// this.$refs[inDataName].validate(valid => {
// if (valid) {
// // this.addStoreDialog = false;
// let postData = {
// name: this.zdata.post.storeName,
// stallType: this.zdata.post.storeTypeId,
// principal: this.zdata.post.storeBossId,
// shopId: this.zdata.post.storeFromBarId,
// signNum: this.zdata.post.storeDoorCode,
// location: this.zdata.post.storeAddress
// };
// zlog("--->postData =", postData);
// // ApiStoreAddStore(postData)
// // .then(res => {})
// // .catch(err => {});
// } else {
// console.log("error submit!!");
// return false;
// }
// });
}, },
handleChange() {} handleChange() {}
}, },
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</el-menu-item> </el-menu-item>
<el-menu-item index="3" @click="handleMenuChange('3')"> <el-menu-item index="3" @click="handleMenuChange('3')">
<span class="circle"><d2-icon-svg name="store"/></span> <span class="circle"><d2-icon-svg name="store"/></span>
<span slot="title">门店管理</span> <span slot="title">品牌管理</span>
</el-menu-item> </el-menu-item>
</el-menu> </el-menu>
<!-- </div> --> <!-- </div> -->
......
This diff is collapsed.
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