|
|
@@ -244,6 +244,7 @@ export default {
|
|
|
//更新数据
|
|
|
|
|
|
//this.choosePlatform();
|
|
|
+ this.newGetDataList();
|
|
|
},
|
|
|
/* 表格翻页 */
|
|
|
changePage: function (page) {
|
|
|
@@ -329,6 +330,7 @@ export default {
|
|
|
.then((res) => {
|
|
|
console.log(res);
|
|
|
if (res.data.code === 200) {
|
|
|
+ this.tableData = [];
|
|
|
let data = res.data.data;
|
|
|
console.log(data, 333333333333333);
|
|
|
this.sum = res.data.count;
|