|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<!--
|
|
|
|
|
* @Author: xw
|
|
|
|
|
* @Date: 2021-10-09 16:57:27
|
|
|
|
|
* @LastEditTime: 2021-10-25 10:45:46
|
|
|
|
|
* @LastEditTime: 2021-10-28 11:13:15
|
|
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
|
|
* @Description: 个人中心
|
|
|
|
|
* @FilePath: /data-show/src/views/Myself/index.vue
|
|
|
|
@ -198,7 +198,7 @@ export default {
|
|
|
|
|
let iPageIndex = p.current;
|
|
|
|
|
this.form.iPageIndex = iPageIndex;
|
|
|
|
|
this.pagination.current = iPageIndex;
|
|
|
|
|
this.getData();
|
|
|
|
|
this.getTable();
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|