src/page/PackingLedgerDetails/index.vue
@@ -53,11 +53,10 @@ }, created() { let aa = this.$route.query console.log(this.$route.query,"id"); this.chuaxun(aa) this.details(aa) }, methods: { chuaxun(aa){ details(aa){ selById({id:aa.id}).then((res) =>{ this.testStandardParams = res.data.data })