Commit db324e9d authored by LeeJiancong's avatar LeeJiancong

'物流模板配送地址展示'

parent d6caf595
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: LeeJiancong * @Author: LeeJiancong
* @Date: 2020-07-22 09:54:50 * @Date: 2020-07-22 09:54:50
* @LastEditors: LeeJiancong * @LastEditors: LeeJiancong
* @LastEditTime: 2020-10-09 10:54:23 * @LastEditTime: 2020-10-12 18:13:49
*/ */
/** /**
* 正则表达式集合 * 正则表达式集合
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: LeeJiancong * @Author: LeeJiancong
* @Date: 2020-07-15 10:31:55 * @Date: 2020-07-15 10:31:55
* @LastEditors: LeeJiancong * @LastEditors: LeeJiancong
* @LastEditTime: 2020-09-17 17:22:21 * @LastEditTime: 2020-10-14 15:16:33
*/ */
import React, { Component, useState, useEffect } from 'react'; import React, { Component, useState, useEffect } from 'react';
import ReactDOM from 'react-dom' import ReactDOM from 'react-dom'
...@@ -108,7 +108,7 @@ const diaLogForm: React.FC<ListProps> = (props) => { ...@@ -108,7 +108,7 @@ const diaLogForm: React.FC<ListProps> = (props) => {
PublicApi.getManageAreaByPcodeAll({ pcode: '100000' }).then(res => { PublicApi.getManageAreaByPcodeAll({ pcode: '100000' }).then(res => {
let list = [] let list = []
res.data.forEach((item: any, index: number) => { res.data.forEach((item: any, index: number) => {
list.push({ label: item.name, value: Number(item.code) }) list.push({ label: item.name, value: item.code })
}) })
setProvinceList(list) setProvinceList(list)
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment