|
|
@@ -34,7 +34,7 @@
|
|
|
@click="changeRegion(item)"
|
|
|
>
|
|
|
<div style="display: flex;justify-content: space-between; align-items: center;width: 100%">
|
|
|
- <span>{{ item.lot_name }}}</span>
|
|
|
+ <span>{{ item.lot_name }}</span>
|
|
|
<div>
|
|
|
<el-icon @click.stop="openRegion($t.value.editArea, item)">
|
|
|
<edit />
|
|
|
@@ -1161,8 +1161,8 @@ const openRegion = (head, data) => {
|
|
|
}
|
|
|
}
|
|
|
const regionOperation = async() => {
|
|
|
+ regionData.capacity = Number(regionData.capacity)
|
|
|
if (regionTitle.value === t.value.createArea) {
|
|
|
- regionData.capacity = Number(regionData.capacity)
|
|
|
await addPullOver(regionData).then(res => {
|
|
|
if (res.code === 0) {
|
|
|
getRegionList()
|