diff --git a/src/views/shop/myshop/index.vue b/src/views/shop/myshop/index.vue index 64f6d9f..524c383 100644 --- a/src/views/shop/myshop/index.vue +++ b/src/views/shop/myshop/index.vue @@ -715,6 +715,7 @@ export default { this.userState = 3 this.disabled = true this.ruleForm = res.data + this.localIsCross = this.ruleForm.shopType === 2 this.dialogVisible = true } }, @@ -726,10 +727,9 @@ export default { this.disabled = false this.cpPhoneShow = true const res = await shopListGetById({ shopId: row.shopId }) - console.log('edit-->', res.data) this.ruleForm = res.data + this.localIsCross = this.ruleForm.shopType === 2 this.dialogVisible = true - console.log(this.ruleForm) }, async editCavans(row){ // Cookies.set('cereShopId', row.shopId + "" )