This commit is contained in:
zc
2026-03-06 18:25:24 +08:00
parent 31178da436
commit 630a98af65
3 changed files with 6 additions and 20 deletions

View File

@@ -266,15 +266,15 @@
</template>
<script setup lang="ts">
import { ref, reactive, onUnmounted } from 'vue'
import { nextTick, onBeforeUnmount, onMounted, ref, reactive, onUnmounted } from 'vue'
import { Modal, Message } from '@arco-design/web-vue'
import { getMaterialDetail } from "@/apis/weightManage/weightManage";
import {addWorkOrder, type WorkOrderResp} from "@/apis/workOrder/workOrder";
import { Notification } from "@arco-design/web-vue"
import { computed, nextTick, onBeforeUnmount, onMounted, reactive, ref, watch } from 'vue'
import { Message, Modal } from '@arco-design/web-vue'
import { catchPhoto } from '@/apis/material/materialInfo'
import { getMaterialDetail } from '@/apis/weightManage/weightManage'
defineOptions({ name: 'WeightManage' })
@@ -950,8 +950,6 @@ const closeWebSocket = () => {
onUnmounted(() => {
closeWebSocket()
})
defineOptions({ name: 'WeightManage' })
</script>
<style scoped lang="scss">