From 2b7c9ff5c65e94b63f92b707398cfbbdb1117d76 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 05 Nov 2021 15:57:29 +0800
Subject: [PATCH] 打印更改

---
 src/api/system/user.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/system/user.js b/src/api/system/user.js
index 1a2970a..2df0fdc 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -80,6 +80,15 @@
 }
 
 
+export const updatePaperTime = (row) => {
+    return request({
+        url: '/api/blade-user/updatePaperTime',
+        method: 'post',
+        data: row
+    })
+}
+
+
 export const saveOrUpdateUserPractitionersInfo = (row) => {
     return request({
         url: '/api/experience/saveOrUpdate',

--
Gitblit v1.9.3