Browse Source

fix():bug修改

tags/PMS_Frontend_v1.0.5-develop
xingjx 1 year ago
parent
commit
51216ae977
  1. 2
      src/components/TableModule/index.jsx

2
src/components/TableModule/index.jsx

@ -326,7 +326,7 @@ const TableModule = forwardRef((props, ref) => {
timeout = setTimeout(fake, 1000);
};
useEffect(() => {
if (plateData.length > 0 && sessionTabList.plateValue) {
if (plateData.length > 0 && sessionTabList?.plateValue) {
console.log(1213)
searchForm.setFieldsValue({ ...sessionTabList, carId: sessionTabList.plate2 })
fetch()

Loading…
Cancel
Save