优化
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user