{
- ajax.colorList().then(res => {
- setGetPlateColor(res.data)
- })
- }
useEffect(() => {
getData()
- plateColor()
}, [])
return <>
@@ -276,7 +269,7 @@ function ComplaintMgm(props) {
style={{ width: 270 }}
placeholder="请选择"
value={formData.plateColor}
- options={getPlateColor}
+ options={sysConfig.plateColor}
onChange={handlePlateColor}
/>
@@ -310,6 +303,7 @@ function ComplaintMgm(props) {
{
setGetCheckData(
@@ -778,7 +778,7 @@ function BusinessConf(props) {