删除多余数据

This commit is contained in:
wangsongsole 2022-07-12 21:45:36 +08:00
parent 14dafd4d67
commit bbf0f8829a
1 changed files with 1 additions and 22 deletions

View File

@ -95,28 +95,7 @@ export default class addKnockGold extends Component {
}
],
//
userSelectList: [
{
key: '18481919792',
text: 'Option 1',
closable: true
},
{
key: '2',
text: 'Option 2',
closable: true
},
{
key: '3',
text: 'Option 3',
disabled: true
},
{
key: '4',
text: `君不见,黄河之水天上来,奔流到海不复回`,
closable: false
}
]
userSelectList: []
}
}