jiangyu 3 роки тому
батько
коміт
477c7fa89a
1 змінених файлів з 3 додано та 0 видалено
  1. 3 0
      src/components/jc/routineMonitor.vue

+ 3 - 0
src/components/jc/routineMonitor.vue

@@ -254,10 +254,13 @@ const HeadersList = [{
 		},
 		methods: {
 			handleSizeChange(val) {
+				this.queryInfo.pageSize = val;
 				console.log(`每页 ${val} 条`);
 			},
 			handleCurrentChange(val) {
+				this.queryInfo.pageNum = val;
 				console.log(`当前页: ${val}`);
+				this.gettaskList()
 			},
 			add() {
 				// this.$router.push('')