mo 4 gadi atpakaļ
vecāks
revīzija
6a1105f2ec
2 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 1 1
      src/views/stuRecodeManager/index.vue
  2. 2 2
      vue.config.js

+ 1 - 1
src/views/stuRecodeManager/index.vue

@@ -307,7 +307,7 @@ export default {
         page: this.rules.page,
         rows: this.rules.limit,
         ...this.searchForm,
-          ...getTimes(this.dates, ["startDateOfCourse", "endDateOfCourse"]),
+        ...getTimes(this.dates, ["startDateOfCourse", "endDateOfCourse"],'YYYY-MM-DD'),
       };
       findStudentAttendance(obj).then((res) => {
         if (res.code == 200) {

+ 2 - 2
vue.config.js

@@ -20,8 +20,8 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // let target = 'http://dyme.utools.club' //test环境
 // let target = 'http://192.168.3.139:8000' // 箭河
 // let target = 'http://192.168.3.38:8000' //邹璇
-let target = 'http://192.168.3.57:8000' //勇哥
-// let target = 'http://dev.dayaedu.com' // 测试服
+// let target = 'http://192.168.3.57:8000' //勇哥
+let target = 'http://dev.dayaedu.com' // 测试服
 // let target = 'http://192.168.3.196' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {