Browse Source

优化代码

feature/user-0111
LiLongLong 7 months ago
parent
commit
0e72bbcbb1
  1. 4
      src/pages/Index/components/Consumables/ChangeNum.vue

4
src/pages/Index/components/Consumables/ChangeNum.vue

@ -57,7 +57,7 @@ const query = ref({
// value query
watch(value, (newVal) => {
query.value = {
group: `CG${ plateIndex.value } `,
group: `CG`${ plateIndex.value } `,
num: Number(newVal)
}
})
@ -76,7 +76,7 @@ const openDialog = (plate, index) => {
// query
query.value = {
group: `CG${index}`,
group: `CG`${index}`,
num: Number(plate.num)
}
}

Loading…
Cancel
Save