曹睿
2025-04-23 8a09b751a8be8c4ed376f42e7f64e0794001e06a
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 = () => {