对接握手流程
This commit is contained in:
@@ -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()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user