From ba67f544635e7743a58653f0327ec82fe6e6ae1c Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sat, 04 Dec 2021 10:50:08 +0800
Subject: [PATCH] 考场号修改
---
public/papers.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/papers.html b/public/papers.html
index 1e17a3b..c6df9ac 100644
--- a/public/papers.html
+++ b/public/papers.html
@@ -140,7 +140,7 @@
var examType = JSON.parse(getData("data")).examType;
// console.log(JSON.parse(getData("data")), 111);
- // axios.get('http://223.82.109.183:2080/api/apply/getApplyInfo?id=' + id + "&applyExamType=" + examType).then(function(res) {
+ // axios.get('http://223.82.109.183:2088/api/apply/getApplyInfo?id=' + id + "&applyExamType=" + examType).then(function(res) {
axios.get('http://localhost:83/apply/getApplyInfo?id=' + id + "&applyExamType=" + examType).then(function(res) {
var data = res.data.data;
var str = `<span class="title">${data.examName}</span>
@@ -189,7 +189,7 @@
<td>${data.examName}</td>
<td width="120px">保安员考试</td>
<td width="180px">${data.stringTime}</td>
- <td>${data.examRoomNo}</td>
+ <td>${data.applyCode}</td>
<td></td>
</tr>
--
Gitblit v1.9.3