|
@@ -14,14 +14,13 @@ import { B3ListApiType } from '../B3start/type'
|
|
|
import ZselectCity from '@/components/ZselectCity'
|
|
|
|
|
|
function B4form() {
|
|
|
- // 待完善
|
|
|
- useEffect(() => {
|
|
|
- FormBoxRef.current?.setFieldsValue({
|
|
|
- name1: '王大锤',
|
|
|
- phone1: '18702025091',
|
|
|
- identity1: '421083199504071212'
|
|
|
- })
|
|
|
- }, [])
|
|
|
+ // useEffect(() => {
|
|
|
+ // FormBoxRef.current?.setFieldsValue({
|
|
|
+ // name1: '王大锤',
|
|
|
+ // phone1: '18702025091',
|
|
|
+ // identity1: '421083199504071212'
|
|
|
+ // })
|
|
|
+ // }, [])
|
|
|
|
|
|
// 获取路由参数
|
|
|
const [urlObj, setUrlObj] = useState({
|