File was renamed from src/views/system/contract/index.vue |
| | |
| | | |
| | | <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"; |
| | | |