Selaa lähdekoodia

新增组件及页面

liuqiwen 4 vuotta sitten
vanhempi
commit
f83c4f4c42
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      dgtis-ui/src/views/system/userInfoList/index.vue

+ 2 - 2
dgtis-ui/src/views/system/userInfoList/index.vue

@@ -98,7 +98,7 @@
       customerList: [],
       // 查询参数
       queryParams: {
-        pageNum: 0,
+        pageNum: 1,
         pageSize: 10
       },
     };
@@ -114,11 +114,11 @@
     getList() {
       let that = this;
       that.loading = true;
+      console.log(that.queryParams)
       Object.assign(
         that.queryParams,
         that.$route.params
       )
-      console.log(that.queryParams)
       // let params = Object.assign({pageNum: that.queryParams.pageNum}, this.$route.query )
       // console.log(params)
       // this.$router.push({params})