|
@@ -77,7 +77,6 @@
|
|
|
|
|
|
<script>
|
|
|
import api from '@api/icss.js';
|
|
|
- import utils from '@api/utils.js';
|
|
|
|
|
|
export default {
|
|
|
name: 'DisclaimerInformation',
|
|
@@ -169,11 +168,11 @@
|
|
|
},
|
|
|
currentChange(next) {
|
|
|
this.currentPage = next;
|
|
|
- if (this.cacheData[next]) { //如果已请求过该页数据,则使用缓存不重复请求
|
|
|
+ /*if (this.cacheData[next]) { //如果已请求过该页数据,则使用缓存不重复请求
|
|
|
this.list = this.cacheData[next];
|
|
|
- } else {
|
|
|
+ } else {*/
|
|
|
this.getDataList();
|
|
|
- }
|
|
|
+ //}
|
|
|
},
|
|
|
warning(msg,type){
|
|
|
this.$message({
|