保安服务企业管理-验收版本
shuishen
2021-12-04 a71912cb7ecbe4e00a588c9d0e193e70c799d502
Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises_ys
1 files modified
4 ■■■■ changed files
public/papers.html 4 ●●●● patch | view | raw | blame | history
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>