浏览代码

修改参数问题

lex-xin 5 年之前
父节点
当前提交
f98551324e

文件差异内容过多而无法显示
+ 0 - 0
dist/app.d792faba03546cdd8a32.js


文件差异内容过多而无法显示
+ 0 - 0
dist/css/Remuneration.43085111.css


文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/js/Remuneration.39d7c075.js


文件差异内容过多而无法显示
+ 0 - 0
dist/js/Remuneration.6dabce74.js


+ 2 - 2
src/views/audition/Remuneration.vue

@@ -102,12 +102,12 @@ export default {
     getList() {
       // this.finished = true
       let params = this.params;
-      findTeacherSettlementCourseSalarys().then(res => {
+      findTeacherSettlementCourseSalarys(params).then(res => {
         let result = res.data;
         this.loading = false;
         if (result.code == 200) {
           // 判断是否有统计数据
-          if(result.data.stat) {
+          if(result.data.stat && result.data.stat.length > 0) {
             let tempStatistics = result.data.stat
             let counts = {
               courseTimes: 0,

部分文件因为文件数量过多而无法显示