diff --git a/src/api/shop_contract.ts b/src/api/shop_contract.ts
index 0719b5e..597de85 100644
--- a/src/api/shop_contract.ts
+++ b/src/api/shop_contract.ts
@@ -39,6 +39,7 @@ export function apiShopDraftingcontracts(params: any) {
export function apiShopSendMsgApi(params: any) {
return request.get({ url: '/shop_contract/postsms', params })
}
+
//请求证据包下载地址
export function contractEvidence(params: any) {
return request.get({ url: "/shop_contract/evidence", params });
diff --git a/src/views/shop_contract/index.vue b/src/views/shop_contract/index.vue
index 8fe00aa..d4ffeba 100644
--- a/src/views/shop_contract/index.vue
+++ b/src/views/shop_contract/index.vue
@@ -92,12 +92,12 @@
label="合同类型"
prop="type_name"
show-overflow-tooltip
- /> -->
+ />
+ /> -->
已签约
@@ -215,7 +215,7 @@ import {
apiShopContractDelete,
apiShopDraftingcontracts,
apiShopSendMsgApi,
- contractEvidence
+ contractEvidence,
} from "@/api/shop_contract";
import { timeFormat } from "@/utils/util";
import feedback from "@/utils/feedback";