对接握手流程

This commit is contained in:
qq787203167
2022-04-25 18:23:04 +08:00
parent d7f53e0939
commit fa648d9679
4 changed files with 25 additions and 6 deletions
@@ -159,7 +159,7 @@
},
mounted() {
if (this.$route.query.mes) {
this.queryBy = eval('(' + JSON.parse(this.$route.query.mes) + ')')
this.queryBy = JSON.parse(this.$route.query.mes)
}
this.queryProjectLawsInventoryInfo()
},