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