|
|
@@ -329,7 +329,6 @@ export default {
|
|
|
// if (this.current === index) {
|
|
|
// return;
|
|
|
// }
|
|
|
- console.log('----')
|
|
|
this.current = index;
|
|
|
var data = {};
|
|
|
if (index === 0) {
|
|
|
@@ -352,8 +351,7 @@ export default {
|
|
|
// apply/list
|
|
|
this.$api.getApplylist(data).then(res => {
|
|
|
if (res.data.code === 200) {
|
|
|
- // this.listData = res.data.rows;
|
|
|
- this.listData = [1,2]
|
|
|
+ this.listData = res.data.rows;
|
|
|
}
|
|
|
});
|
|
|
}
|