From 61d4bef11bb712be61323bef47515436e62292bb Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Wed, 27 May 2020 17:45:23 +0800
Subject: [PATCH] 2
---
SunshineIns/src/page/UserManage.jsx | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/SunshineIns/src/page/UserManage.jsx b/SunshineIns/src/page/UserManage.jsx
index 0766bd5..a332dc2 100644
--- a/SunshineIns/src/page/UserManage.jsx
+++ b/SunshineIns/src/page/UserManage.jsx
@@ -176,14 +176,6 @@
<Input placeholder="根据姓名模糊查询" style={{ width: "200px" }} name='userName' onChange={this.onInputChange} />
<Input placeholder="根据身份证号模糊查询" style={{ width: "200px" }} name='idcard' onChange={this.onInputChange} />
<Input placeholder="根据电话号码模糊查询" style={{ width: "200px" }} name='mobile' onChange={this.onInputChange} />
- <Select
- style={{ width: 200 }}
- placeholder="根据状态查询"
- onChange={(value) => this.onInputChange({ target: { name: 'isAudit', value } })}
- >
- <Option value="2">已审核</Option>
- <Option value="1">待审核</Option>
- </Select>
<Button type="primary" onClick={this.Seaech}>查询</Button>
<Button onClick={this.Reset}>重置</Button>
</TableBtnView>
--
Gitblit v1.8.0