From ab51397933873c718ffd808b5f380e46ebb42a09 Mon Sep 17 00:00:00 2001
From: 曹睿 <360930172@qq.com>
Date: 星期二, 22 四月 2025 17:54:30 +0800
Subject: [PATCH] feat: 添加绞线扫码接口
---
src/pages/production/wire/selfInspect/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/production/wire/selfInspect/index.vue b/src/pages/production/wire/selfInspect/index.vue
index 26648f3..7b18466 100644
--- a/src/pages/production/wire/selfInspect/index.vue
+++ b/src/pages/production/wire/selfInspect/index.vue
@@ -28,7 +28,7 @@
<script setup lang="ts">
import CardTitle from "@/components/card-title/index.vue";
-import ProductionCard from "../components/ProductionCard.vue";
+import ProductionCard from "../../components/ProductionCard.vue";
import { useToast } from "wot-design-uni";
import SelfInspectForm from "./form.vue";
@@ -61,7 +61,7 @@
const toEdit = () => {
uni.navigateTo({
- url: "/pages/production/selfInspect/edit",
+ url: "/pages/production/wire/selfInspect/edit",
});
};
const submit = () => {
--
Gitblit v1.9.3