|
@@ -90,6 +90,7 @@ import { overview, district, reason } from "@/api/Idleland.js";
|
|
|
import { QueryList } from "@/api/cockpitNew";
|
|
|
import { legends } from "./config.js";
|
|
|
import { loadGeoJSON } from "@/utils/MapHelper/help.js";
|
|
|
+import {QueryOne} from '../../../api/stxf/tdzz.js'
|
|
|
export default {
|
|
|
props: {},
|
|
|
data() {
|
|
@@ -142,6 +143,11 @@ export default {
|
|
|
this.GetSumList();
|
|
|
},
|
|
|
async Getzzxm(params) {
|
|
|
+ let getGk = await QueryOne({
|
|
|
+ jscType: "qytuzz_sdzl_xzxx_sd",
|
|
|
+ id: params ? params.id : "4602",
|
|
|
+ })
|
|
|
+ console.log(getGk,'getGkgetGkgetGkgetGk');
|
|
|
let res = await QueryList({
|
|
|
jscType: "jsc_stxf_ywfl_tdzz",
|
|
|
id: params ? params.id : "4602",
|