From 1a3a0fec31755be00215152c676b0f0a14e2992b Mon Sep 17 00:00:00 2001 From: xuechunyuan <17853500702@163.com> Date: Thu, 23 Feb 2023 14:32:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=9D=A1=E4=BB=B6=E5=8A=A0?= =?UTF-8?q?=E5=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/booklist/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/booklist/index.vue b/src/views/booklist/index.vue index 9e7cea5..32b3733 100644 --- a/src/views/booklist/index.vue +++ b/src/views/booklist/index.vue @@ -549,7 +549,7 @@ export default { values.endTime = ''; } values.createDept = this.userInfo.dept_id; - values.cupCardNo = cupCardNo ? cupCardNo : ''; + values.cupCardNo = cupCardNo ? Base64.encode(cupCardNo) : ''; console.log(values) this.loading = true; getList(page.currentPage, page.pageSize, values).then(res => {