同步地区组件
This commit is contained in:
@@ -131,12 +131,12 @@ export default {
|
||||
obj.select('#areaSelector').boundingClientRect()
|
||||
obj.exec(rect => {
|
||||
if (rect.length) {
|
||||
this.height = `calc(100% - ${rect[0].height}px)`
|
||||
this.height = `calc(100% - ${rect[0]?.height}px)`
|
||||
}
|
||||
})
|
||||
},
|
||||
getFullArea(areaId) {
|
||||
return areaId && this.$http.post('/admin/area/getAllParentAreaId', null, {
|
||||
return areaId && this.$instance.post('/admin/area/getAllParentAreaId', null, {
|
||||
withoutToken: true,
|
||||
params: {areaId},
|
||||
}).then((res) => {
|
||||
@@ -327,6 +327,8 @@ export default {
|
||||
}
|
||||
|
||||
::v-deep .pendingList {
|
||||
height: 500px;
|
||||
overflow-y: auto;
|
||||
padding: 0 32px 120px;
|
||||
box-sizing: border-box;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user