|
@@ -83,7 +83,7 @@ const StaffModal = ({ id, onSelect, postUrl }) => {
|
|
|
prefix={<SearchOutlined />}
|
|
prefix={<SearchOutlined />}
|
|
|
className={styles.inputSearch}
|
|
className={styles.inputSearch}
|
|
|
placeholder="输入员工名称搜索"
|
|
placeholder="输入员工名称搜索"
|
|
|
- onClick={handleInputChange}
|
|
|
|
|
|
|
+ onChange={handleInputChange}
|
|
|
/>
|
|
/>
|
|
|
}
|
|
}
|
|
|
/>
|
|
/>
|