From 58bccbc9d1a23c8184217317a9a37345d98883c2 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期一, 28 三月 2022 15:44:07 +0800
Subject: [PATCH] .

---
 src/main/webapp/static/js/quality/quality.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/quality/quality.js b/src/main/webapp/static/js/quality/quality.js
index 33657d5..fcf9610 100644
--- a/src/main/webapp/static/js/quality/quality.js
+++ b/src/main/webapp/static/js/quality/quality.js
@@ -78,6 +78,7 @@
         switch(obj.event) {
             case 'addData':
                 showEditModel();
+                initOrderNo1();
                 break;
             case 'deleteData':
                if (checkStatus.length === 0) {
@@ -233,12 +234,13 @@
                                 layer.close(dIndex);
                                 layer.msg(res.msg, {icon: 1});
                                 tableReload();
+                                location.reload();
                             } else if (res.code === 403){
                                 top.location.href = baseUrl+"/";
                             }else {
                                 layer.msg(res.msg, {icon: 2});
                             }
-                            location.reload();
+                            // location.reload();
                         }
                     })
                     return false;

--
Gitblit v1.9.1