From bbf0f8829afc59be203da7bdabf0910ad21b634c Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Tue, 12 Jul 2022 21:45:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/knockGold/index.jsx | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/src/components/knockGold/index.jsx b/src/components/knockGold/index.jsx index c18cf274..06bc463f 100644 --- a/src/components/knockGold/index.jsx +++ b/src/components/knockGold/index.jsx @@ -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: [] } }