From afa3bc1e2f39f66f59ee9b15d6af16593acdc9a4 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期六, 02 十二月 2023 10:38:27 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/plan/plan.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/static/js/plan/plan.js b/src/main/webapp/static/js/plan/plan.js
index 68b86cd..28807e1 100644
--- a/src/main/webapp/static/js/plan/plan.js
+++ b/src/main/webapp/static/js/plan/plan.js
@@ -336,7 +336,7 @@
                 success: function (res) {
                     if (res.code === 200){
                         layer.close(index)
-                        console.log(res)
+                        // console.log(res)
                     } else if (res.code === 403){
                         top.location.href = baseUrl+"/";
                     } else {
@@ -345,7 +345,7 @@
                 }
             });
         }).catch((e) => {
-            console.log(e)
+            // console.log(e)
             layer.msg('涓婁紶澶辫触', {icon: 2});
             $("#upload-file-id-" + file.lastModified).html("涓婁紶澶辫触")
         })
@@ -392,7 +392,7 @@
                                     method: 'GET',
                                     success: function (res0) {
                                         let planType = res0.data.planType;
-                                        console.log(planType.html)
+                                        // console.log(planType.html)
                                         if (res0.code === 200) {
                                             admin.open({
                                                 type: 1,
@@ -417,7 +417,7 @@
                                                     });
                                                     layDateRender();
                                                     form.on('submit(editSubmit)', function (data) {
-                                                        console.log(data)
+                                                        // console.log(data)
                                                         data.field.planType = planType.id;
                                                         data.field.orderId = orderSel.getValue()[0] ? orderSel.getValue()[0].value : null;
                                                         data.field.cstmrId = cstmrSel.getValue()[0] ? cstmrSel.getValue()[0].value : null;
@@ -781,7 +781,7 @@
                                 pageSize: 'limit'
                             },
                             parseData: function (res) {
-                                console.log(res)
+                                // console.log(res)
                                 return {
                                     'code': res.code,
                                     'msg': res.msg,

--
Gitblit v1.9.1