LiLongLong 4 months ago
parent
commit
a7dc8f4207
  1. 2
      src/pages/Index/Regular/Consumables.vue
  2. 2
      src/pages/Index/components/Consumables/DragAreaEx.vue

2
src/pages/Index/Regular/Consumables.vue

@ -271,7 +271,7 @@ const updateLittleBottomNum = async ({
sync: boolean
}) => {
if (bottleNum < 0) {
return
bottleNum = 0
}
if (deviceStore.deviceState.workState !== 'WORKING') {
consumableStore.setDisableUpdateConsumableData(true)

2
src/pages/Index/components/Consumables/DragAreaEx.vue

@ -20,7 +20,7 @@
</template>
<script setup>
import { ref, onMounted, onUnmounted, watch, useTemplateRef } from 'vue'
import { ref, onMounted, watch, useTemplateRef } from 'vue'
const props = defineProps({
hVal: {

Loading…
Cancel
Save