|
@@ -22,6 +22,7 @@
|
|
<script>
|
|
<script>
|
|
import SecurityCheckHeader from "../components/securityCheckHeader.vue";
|
|
import SecurityCheckHeader from "../components/securityCheckHeader.vue";
|
|
import SecurityCheckTable from "../components/securityCheckTable.vue";
|
|
import SecurityCheckTable from "../components/securityCheckTable.vue";
|
|
|
|
+// import { correlation } from "@/api/statistics/statistics.js";
|
|
export default {
|
|
export default {
|
|
components: { SecurityCheckHeader, SecurityCheckTable },
|
|
components: { SecurityCheckHeader, SecurityCheckTable },
|
|
data() {
|
|
data() {
|
|
@@ -153,6 +154,8 @@ export default {
|
|
window.removeEventListener("resize", this.setTableHeight);
|
|
window.removeEventListener("resize", this.setTableHeight);
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ //接口数据
|
|
|
|
+
|
|
changeHandler() {
|
|
changeHandler() {
|
|
this.$router.push({
|
|
this.$router.push({
|
|
path: "./cargoStatistics",
|
|
path: "./cargoStatistics",
|