This commit is contained in:
parent
908ac7e8ee
commit
6aeea0c0f9
|
|
@ -347,7 +347,7 @@ getTypeListData()
|
|||
// 获取设备所在地
|
||||
const getCompanyAddressListData = async () => {
|
||||
const res: any = await getCompanyListApi()
|
||||
const result: any = await getAreaApi(34)
|
||||
const result: any = await getAreaApi(0)
|
||||
const addressList = result.data.map((e: any) => {
|
||||
return { ...e, name: e.areaName, value: e.areaCode, isChecked: false, index: 1 }
|
||||
})
|
||||
|
|
@ -512,17 +512,19 @@ const onAcceptOrders = (id: any) => {
|
|||
padding-bottom: 20px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
.choose {
|
||||
margin-top: 20px;
|
||||
margin-top: 10px;
|
||||
// font-size: 14px;
|
||||
|
||||
.line {
|
||||
padding: 14px 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
// border-bottom: 1px solid #dddddd;
|
||||
|
||||
.label {
|
||||
// width: 100px;
|
||||
padding-top: 2px;
|
||||
line-height: 25px;
|
||||
box-sizing: border-box;
|
||||
// padding: 0 15px;
|
||||
// background: #f3f3f3;
|
||||
|
|
|
|||
Loading…
Reference in New Issue