Browse Source

Merge branch '20231121_sun修正护理员补贴发放统计导出' of sckj/mz-cloud into master

15143018065 1 year ago
parent
commit
301f5469ea
1 changed files with 3 additions and 3 deletions
  1. 3 3
      ruoyi-ui/src/views/search/xxtj/hlybtfftj/index.vue

+ 3 - 3
ruoyi-ui/src/views/search/xxtj/hlybtfftj/index.vue

@@ -126,6 +126,7 @@ export default {
 			let retdata = await getstatisticaldata(this.queryParams)
 			this.loading = false
 			if (retdata.code == 200) {
+				console.log(retdata)
 				var data = this.$DBRetToObjA(retdata.data)
 				this.formData[this.formDataidx] = data[0]
 				this.keys()
@@ -150,13 +151,12 @@ export default {
 			})
 			res.forEach((item) => {
 				if (item.prop === 'data1') {
-					item.data = data1
+					item.data = data1.splice(1, 999)
 				} else if (item.prop === 'data6') {
-					item.data = data6
+					item.data = data6.splice(1, 999)
 				}
 			})
 			console.log(res, 'res')
-
 			this.formData[this.formDataidx].keys = res
 		}
 	},