zouyu
2024-01-22 5efd3d946fa2ee70e393b1992dab6aa7b1d04425
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
        })