wk
2024-07-03 64ee1d179fa2fc57b7f24698cedbbcc9f30fea8a
pages/customer-page/addTo-freightForwarder-purchasePermit/addTo-freightForwarder-purchasePermit.vue
@@ -84,7 +84,6 @@
               customerId,
               productId:"",
               status:0,
               surplus:"",
               endDate:"",
               startDate:""
            },
@@ -116,7 +115,7 @@
      methods: {
         ...mapMutations(['changeisUploadimg']),
         init() {
            this.$reqGet('getProductTree').then(res => {
            this.$reqGet('getProductIsDanger').then(res => {
               this.productData = res.data;
            });
         },