zss
2024-03-28 eabd16cc605204e4cc03d714c9b3a45131bd4269
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
        })