|
|
|
|
@ -2321,7 +2321,7 @@ const batchShild3 = () => {
|
|
|
|
|
|
|
|
|
|
// 获取固定物列表
|
|
|
|
|
const getShildTableList = () => {
|
|
|
|
|
if (currentPage3.value > dotIndex2.value) {
|
|
|
|
|
if (pageSize3.value < dotIndex2.value) {
|
|
|
|
|
dotIndex2.value = -1
|
|
|
|
|
}
|
|
|
|
|
getShildList({
|
|
|
|
|
@ -2335,7 +2335,7 @@ const getShildTableList = () => {
|
|
|
|
|
}
|
|
|
|
|
// 获取处置列表
|
|
|
|
|
const getObstacleList = () => {
|
|
|
|
|
if (currentPage4.value > dotIndex2.value) {
|
|
|
|
|
if (pageSize4.value < dotIndex2.value) {
|
|
|
|
|
dotIndex2.value = -1
|
|
|
|
|
}
|
|
|
|
|
PostDealObstacleModel({
|
|
|
|
|
|