From a77fba09924d4c8a5240acae5e7740dad7476cd2 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期一, 21 九月 2020 15:57:51 +0800
Subject: [PATCH] #
---
src/main/webapp/views/crn.html | 14 ++++----------
1 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/src/main/webapp/views/crn.html b/src/main/webapp/views/crn.html
index bc1fd92..c8d614e 100644
--- a/src/main/webapp/views/crn.html
+++ b/src/main/webapp/views/crn.html
@@ -27,11 +27,6 @@
<span> </span>
<input id="crn1" disabled="disabled">
</div>
- <div class="crn-command-item">
- <label>2#</label>
- <span> </span>
- <input id="crn2" disabled="disabled">
- </div>
</div>
<!-- 鍫嗗灈鏈虹姸鎬佷綅淇℃伅 -->
<div class="crn-state">
@@ -101,7 +96,6 @@
<span class="select-title">鍫嗗灈鏈哄彿</span>
<div class="select-container">
<label><input type="radio" name="crnSelect" value="1" checked> 1鍙峰爢鍨涙満</label>
- <label><input type="radio" name="crnSelect" value="2"> 2鍙峰爢鍨涙満</label>
</div>
</div>
<!-- 婧愮珯/婧愬簱浣� 閫夋嫨 -->
@@ -233,7 +227,7 @@
} else if (res.code === 403) {
window.location.href = baseUrl + "/login";
} else {
- alert(res.msg);
+ console.log(res.msg);
}
}
})
@@ -272,7 +266,7 @@
} else if (res.code === 403){
window.location.href = baseUrl+"/login";
} else {
- alert(res.msg);
+ console.log(res.msg);
}
}
});
@@ -313,7 +307,7 @@
} else if (res.code === 403){
window.location.href = baseUrl+"/login";
} else {
- alert(res.msg);
+ console.log(res.msg);
}
}
});
@@ -440,7 +434,7 @@
} else if (res.code === 403) {
window.location.href = baseUrl + "/login";
} else {
- alert(res.msg);
+ console.log(res.msg);
}
}
})
--
Gitblit v1.9.1