更新
This commit is contained in:
@@ -263,7 +263,7 @@
|
||||
duration: 2000
|
||||
});
|
||||
setTimeout(() => {
|
||||
that.getList(id)
|
||||
this.getList(id)
|
||||
}, 1000)
|
||||
}
|
||||
})
|
||||
@@ -277,7 +277,7 @@
|
||||
duration: 2000
|
||||
});
|
||||
setTimeout(() => {
|
||||
that.getList(id)
|
||||
this.getList(id)
|
||||
}, 1000)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user