onMounted(() => {
const graphicList = []
for (let i = 0; i < 5000; i++) {
graphicList.push(
new Graphic({
geometry: new Point({
x: 117.227239 + 0.01 * i,
y: 31.820586 + 0.01 * i,
spatialReference: {
wkid: 4326
}
}),
attributes: {
ObjectID: i + 1, PatrolStatus: '已巡检',
09-07
6637

03-09