This commit is contained in:
2025-09-15 09:28:48 +08:00
parent a1dc1deb9f
commit aceb3a3301
3 changed files with 8 additions and 4 deletions

View File

@@ -95,7 +95,7 @@
this.index = e
let selobj = this.options.find(item => item.value === this.index)
this.val3 = selobj.qty
this.unit = selobj.unit_name
this.unit = selobj.measure_unit_id
},
handleChange1 (e) {
if (e) {