|
@@ -88,6 +88,7 @@
|
|
import pie from "@/components/echartsTemplate/pie.vue";
|
|
import pie from "@/components/echartsTemplate/pie.vue";
|
|
import { overview, district, reason } from "@/api/Idleland.js";
|
|
import { overview, district, reason } from "@/api/Idleland.js";
|
|
import { QueryList } from "@/api/cockpitNew";
|
|
import { QueryList } from "@/api/cockpitNew";
|
|
|
|
+import {QueryOne} from '../../../api/stxf/tdzz.js'
|
|
export default {
|
|
export default {
|
|
props: {},
|
|
props: {},
|
|
data() {
|
|
data() {
|
|
@@ -136,6 +137,11 @@ export default {
|
|
this.GetSumList();
|
|
this.GetSumList();
|
|
},
|
|
},
|
|
async Getzzxm(params) {
|
|
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({
|
|
let res = await QueryList({
|
|
jscType: "jsc_stxf_ywfl_tdzz",
|
|
jscType: "jsc_stxf_ywfl_tdzz",
|
|
id: params ? params.id : "4602",
|
|
id: params ? params.id : "4602",
|