From 419159c8611dca81b94b3103cdeaeb9272aed5ea Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 23 四月 2026 16:40:32 +0800
Subject: [PATCH] feat(机器人任务): 实现本地创建机器人任务功能
---
Code/WCS/WIDESEAWCS_Client/src/views/quartzJob/deviceProtocolDetail.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Client/src/views/quartzJob/deviceProtocolDetail.vue b/Code/WCS/WIDESEAWCS_Client/src/views/quartzJob/deviceProtocolDetail.vue
index cff0406..30955c8 100644
--- a/Code/WCS/WIDESEAWCS_Client/src/views/quartzJob/deviceProtocolDetail.vue
+++ b/Code/WCS/WIDESEAWCS_Client/src/views/quartzJob/deviceProtocolDetail.vue
@@ -14,7 +14,7 @@
</view-grid>
</template>
<script>
-import extend from "@/extension/quartzJob/deviceProtocolDetail.js";
+import extend from "@/extension/quartzJob/deviceProtocolDetail.jsx";
import { ref, defineComponent } from "vue";
export default defineComponent({
setup() {
--
Gitblit v1.9.3