@@ -12,7 +12,6 @@
name="name"
placeholder="请填写名称"
@input="fillName($event)"
- @focus="form.name=''"
maxlength="50"
type="text"
/>
@@ -79,9 +79,6 @@ export default {
...mapGetters(["getMyShopInfo","getLoginInfo"]),
},
onShow(){
- this.shopId = this.getMyShopInfo.id;
- let type = '';
- this.initData({ type, shopId: this.shopId,status:0});
onLoad() {
this.shopId = this.getMyShopInfo.id;