Commit 4f7184b0 by 潘琦

成员添加去除“配偶”角色;

parent 8027e9fe
...@@ -175,12 +175,16 @@ export default { ...@@ -175,12 +175,16 @@ export default {
}, },
created () { created () {
let that = this let that = this
// this.roleActions = [{ // “与我关系”sheet静态数据录入
// name: '子女',
// method: that.selectedRole1
// }, {
// name: '配偶',
// method: that.selectedRole2
// }]
this.roleActions = [{ // “与我关系”sheet静态数据录入 this.roleActions = [{ // “与我关系”sheet静态数据录入
name: '子女', name: '子女',
method: that.selectedRole1 method: that.selectedRole1
}, {
name: '配偶',
method: that.selectedRole2
}] }]
console.log('member edit') console.log('member edit')
if (this.userId) { if (this.userId) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment