main
suixy 1 day ago
parent 58078891dc
commit 846addf277

@ -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({

Loading…
Cancel
Save