jc1.0
fanluyan 11 months ago
parent 22f9415a40
commit 9c6b670535

@ -76,6 +76,7 @@ export default {
getarresterdata() { getarresterdata() {
monitoringListApi({ monitoringListApi({
typeId: 4, typeId: 4,
pageSize: 100,
}) })
.then((res) => { .then((res) => {
console.log(res); console.log(res);

@ -75,6 +75,7 @@ export default {
getclampdata() { getclampdata() {
monitoringListApi({ monitoringListApi({
typeId: 2, typeId: 2,
pageSize: 100,
}) })
.then((res) => { .then((res) => {
console.log(res); console.log(res);

@ -77,6 +77,7 @@ export default {
getoildata() { getoildata() {
monitoringListApi({ monitoringListApi({
typeId: 1, typeId: 1,
pageSize: 100,
}) })
.then((res) => { .then((res) => {
console.log(res); console.log(res);

@ -111,6 +111,7 @@ export default {
getarresterdata() { getarresterdata() {
monitoringListApi({ monitoringListApi({
typeId: this.partialValue, typeId: this.partialValue,
pageSize: 100,
}) })
.then((res) => { .then((res) => {
console.log(res); console.log(res);

@ -84,8 +84,7 @@ export default {
getsf6data() { getsf6data() {
monitoringListApi({ monitoringListApi({
typeId: 61, typeId: 61,
pageNum: 0, pageSize: 100,
pageSize: 1000,
}) })
.then((res) => { .then((res) => {
console.log(res); console.log(res);

@ -75,6 +75,7 @@ export default {
getwinddata() { getwinddata() {
monitoringListApi({ monitoringListApi({
typeId: 3, typeId: 3,
pageSize: 100,
}) })
.then((res) => { .then((res) => {
console.log(res); console.log(res);

Loading…
Cancel
Save