licp
2024-04-25 421145f9db00b79e1c6dedd9e9ec3719b36a407a
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
        })