Explorar o código

fix: 人资搜索关联慢

outaozhen %!s(int64=5) %!d(string=hai) anos
pai
achega
c47f023d87
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/pages/Hr/Employee/components/StaffModal/index.jsx

+ 1 - 1
src/pages/Hr/Employee/components/StaffModal/index.jsx

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