From e4bae24836359ade27a0eee0be77aa30a87c8d7c Mon Sep 17 00:00:00 2001
From: zhouhao <787329763@qq.com>
Date: Mon, 10 Jan 2022 19:52:49 +0800
Subject: [PATCH] 修改合同标题

---
 src/api/index.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/api/index.js b/src/api/index.js
index a726c98..5d0f94d 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -58,6 +58,10 @@
          signContInfo(data) {  
           return $http.post('/inside/signContInfo', data);
     },
+         //合同预览
+         getContInfo(data) {  
+          return $http.post('/inside/getContInfo', data);
+    },
     // ========================================
     
 }

--
Gitblit v1.8.0