Browse Source

新增国内贸易、跨境保税、海外直邮等三大店铺类型业务功能模块

master
dy-hu 1 year ago
parent
commit
99db70cd74
  1. 4
      src/views/shop/myshop/index.vue

4
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 + "" )

Loading…
Cancel
Save