|
@@ -226,7 +226,7 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
mounted() {
|
|
|
- // this.searchList();
|
|
|
+ this.searchList();
|
|
|
},
|
|
|
methods: {
|
|
|
getNewTime() {
|
|
@@ -257,6 +257,8 @@ export default {
|
|
|
|
|
|
let model = JSON.parse(JSON.stringify(this.parmValue));
|
|
|
|
|
|
+ console.log('-->',model)
|
|
|
+
|
|
|
const res = await asyncRequest.list(model);
|
|
|
if (res && res.code === 0 && res.data) {
|
|
|
this.tableData = res.data.list;
|