jiangyu 3 rokov pred
rodič
commit
eb63e430ac
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      src/components/jc/specialMonitorcd.vue

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

@@ -244,10 +244,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('')