列表bug
This commit is contained in:
@@ -133,6 +133,8 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
tabClick(item,index) {
|
||||
this.list = []
|
||||
this.current = 1
|
||||
this.tabIndex = index;
|
||||
this.sendType = item.value
|
||||
uni.removeStorageSync('userSelect')
|
||||
@@ -162,7 +164,6 @@ export default {
|
||||
},
|
||||
getList() {
|
||||
let url = ''
|
||||
this.list = []
|
||||
let data = {
|
||||
current: this.current,
|
||||
taskTitle: this.taskTitle,
|
||||
|
||||
Reference in New Issue
Block a user