main
suixy 4 days ago
parent 58078891dc
commit 846addf277

@ -2321,7 +2321,7 @@ const batchShild3 = () => {
// //
const getShildTableList = () => { const getShildTableList = () => {
if (currentPage3.value > dotIndex2.value) { if (pageSize3.value < dotIndex2.value) {
dotIndex2.value = -1 dotIndex2.value = -1
} }
getShildList({ getShildList({
@ -2335,7 +2335,7 @@ const getShildTableList = () => {
} }
// //
const getObstacleList = () => { const getObstacleList = () => {
if (currentPage4.value > dotIndex2.value) { if (pageSize4.value < dotIndex2.value) {
dotIndex2.value = -1 dotIndex2.value = -1
} }
PostDealObstacleModel({ PostDealObstacleModel({

Loading…
Cancel
Save