licp
2024-05-21 0042dbfd410064ebfab00826f927ed73448db5ec
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
        })