|
@@ -69,7 +69,7 @@
|
|
<!-- 修改乐豆余额弹窗 -->
|
|
<!-- 修改乐豆余额弹窗 -->
|
|
<edit-ldNum-modal :customerNo="customerNo" :openLdNumModal="openLdNumModal" @close="openLdNumModal=false"></edit-ldNum-modal>
|
|
<edit-ldNum-modal :customerNo="customerNo" :openLdNumModal="openLdNumModal" @close="openLdNumModal=false"></edit-ldNum-modal>
|
|
<!-- 修改用户身份 -->
|
|
<!-- 修改用户身份 -->
|
|
- <edit-useridentity-modal :userId="userId" :openUseridentityMoadl="openUseridentityMoadl" @close="openUseridentityMoadl=false"></edit-useridentity-modal>
|
|
|
|
|
|
+ <edit-useridentity-modal :userId="userId" :customerRoleDictValue="customerRoleDictValue" :openUseridentityMoadl="openUseridentityMoadl" @close="openUseridentityMoadl=false"></edit-useridentity-modal>
|
|
</a-card>
|
|
</a-card>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -93,6 +93,7 @@ export default {
|
|
openUserPhoneMoadl: false, // 默认关闭手机号码弹窗
|
|
openUserPhoneMoadl: false, // 默认关闭手机号码弹窗
|
|
customerNo: '', // 用户编号
|
|
customerNo: '', // 用户编号
|
|
openLdNumModal: false, // 默认关闭乐豆余额弹窗
|
|
openLdNumModal: false, // 默认关闭乐豆余额弹窗
|
|
|
|
+ customerRoleDictValue: {}, // 用户身份
|
|
openUseridentityMoadl: false, // 默认关闭用户身份弹窗
|
|
openUseridentityMoadl: false, // 默认关闭用户身份弹窗
|
|
page: {}, // 详情数据
|
|
page: {}, // 详情数据
|
|
adderss: ''
|
|
adderss: ''
|
|
@@ -112,6 +113,7 @@ export default {
|
|
// 修改用户身份
|
|
// 修改用户身份
|
|
editUseridentity (page) {
|
|
editUseridentity (page) {
|
|
this.userId = this.page.id
|
|
this.userId = this.page.id
|
|
|
|
+ this.customerRoleDictValue = this.page
|
|
this.openUseridentityMoadl = true
|
|
this.openUseridentityMoadl = true
|
|
},
|
|
},
|
|
// 返回列表
|
|
// 返回列表
|