From fb6629dcf7aad6bb03ebf3ec16c6db48494d57b3 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 16 Dec 2021 17:29:58 +0800
Subject: [PATCH] 最后跳整

---
 src/views/qiandao/tables.vue |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/views/qiandao/tables.vue b/src/views/qiandao/tables.vue
index 89c533a..7be1a98 100644
--- a/src/views/qiandao/tables.vue
+++ b/src/views/qiandao/tables.vue
@@ -274,7 +274,7 @@
           // useZhiwen();
           zhiwen.isoks = false;
           that.useZhiWen("setZhiwenData", zhiwen);
-          that.msg("warning", "无指纹信息,请添加指纹信息后更新!");
+          // that.msg("warning", "无指纹信息,请添加指纹信息后更新!");
           // 若无指纹,提醒要录入指纹,再手动点击更新;
         }
       });
@@ -298,7 +298,7 @@
           // this.msg("success", data.msg);
           this.$confirm("签到成功!", "提示", {
             confirmButtonText: "确定",
-            cancelButtonText: "取消",
+            cancelButtonText: "指纹采集",
             type: "success",
           })
             .then(() => {
@@ -322,6 +322,10 @@
               //   type: "info",
               //   message: "已取消删除",
               // });
+              this.$message({
+                type: "success",
+                message: "请采集指纹并点击更新进行签到!",
+              });
             });
         } else {
           this.msg("warning", data.msg);
@@ -464,7 +468,7 @@
           } else if (data.total == 1) {
             //查询出一个人  将数据覆盖
             // console.log(value[0])
-            this.rowUps(data.records[0], "once");
+            this.rowUps(data.records[0]);
           } else {
             this.msg("warning", "查无此人");
             let zhiwen = {

--
Gitblit v1.9.3