From 72f13e697d40c8fffc7aa0197fec4509bbe41569 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期一, 06 五月 2024 11:36:10 +0800 Subject: [PATCH] Merge branch 'master' into dev-threejs --- src/views/system/contract/contract/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/system/contract/index.vue b/src/views/system/contract/contract/index.vue similarity index 97% rename from src/views/system/contract/index.vue rename to src/views/system/contract/contract/index.vue index 8a0d0e7..1c095bd 100644 --- a/src/views/system/contract/index.vue +++ b/src/views/system/contract/contract/index.vue @@ -140,10 +140,10 @@ <script> import { listContract, getContract, updateContract } from "@/api/platform/contract"; -import { getRuleListByContractId } from "../../../api/platform/calculate-rule"; -import { getMoneyRulesByContractId } from "../../../api/platform/calculate-money-rule"; -import { unitSelect } from "../../../api/platform/unit"; -import { deptSelect } from "../../../api/system/dept"; +import { getRuleListByContractId } from "../../../../api/platform/calculate-rule"; +import { getMoneyRulesByContractId } from "../../../../api/platform/calculate-money-rule"; +import { unitSelect } from "../../../../api/platform/unit"; +import { deptSelect } from "../../../../api/system/dept"; import { getToken } from "@/utils/auth"; import { ImagePreview } from "@/components/ImagePreview"; -- Gitblit v1.8.0