dedsudiyu пре 2 година
родитељ
комит
6f9d3aa3a1
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/views/comprehensive/personnel/onDutyConfiguration/index.vue

+ 2 - 2
src/views/comprehensive/personnel/onDutyConfiguration/index.vue

@@ -330,8 +330,8 @@
         }
         this.loading = true;
         let obj = JSON.parse(JSON.stringify(this.queryParams))
-        obj.subjectIds = self.getSubList;
-        obj.dateList = self.checkList.sort(self.compare('time', 'inverted'));
+        obj.subjectIds = self.getSubList+'';
+        obj.dateList = self.checkList.sort(self.compare('time', 'inverted'))+'';
         getUserDutyList(obj).then( response => {
           //处理用户数据
           for(let i=0;i<self.userCheckList.length;i++){