Merge branch 'addMenu' of https://codeup.aliyun.com/5f9118049cffa29cfdd3be1c/marketing/frontend into addMenu
This commit is contained in:
commit
f4beb25607
|
@ -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: []
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue