|
@@ -60,8 +60,18 @@ export default {
|
|
|
this.$nextTick(() => {
|
|
|
this.$refs.echartRef.setOptions(v);
|
|
|
});
|
|
|
- // let option = this.options3d(v);
|
|
|
- // myChart.setOption(option);
|
|
|
+ // this.GetQueryListztsh(datas)
|
|
|
+ // this.GetQueryListztsh(datas)
|
|
|
+ },
|
|
|
+ GetQueryListztsh(datas) {
|
|
|
+ let params = {
|
|
|
+ ...datas,
|
|
|
+ jscType: "jsc_wpjc_ztsh",
|
|
|
+ id: 46
|
|
|
+ };
|
|
|
+ QueryList(params).then(res => {
|
|
|
+ // this.sdata = res.data && res.data.length > 0 ? res.data[0] : {};
|
|
|
+ });
|
|
|
},
|
|
|
GetQueryListztsh(datas) {
|
|
|
let params = {
|