qingyiay
2023-05-16 72935b2a35765bcc3622561bb06f2eccd64caf83
pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
@@ -259,9 +259,6 @@
         handler(v) {
            this.weighData.weigh = this.realTimeWeigh = v;
            console.log(this.realTimeWeigh, '真实重量改变了');
            // setTimeout(() => {
            //    this.weighData.weigh = this.realTimeWeigh = v;
            // }, 0);
         },
         deep: true,
         immediate: true