jiangyu 3 anni fa
parent
commit
477c7fa89a
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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('')