Commit 49dc353d authored by kaitly205422@163.com's avatar kaitly205422@163.com

添加巡查取消

parent 7c7a6aee
...@@ -76,6 +76,7 @@ export default { ...@@ -76,6 +76,7 @@ export default {
}, },
//上拉页面加载数据 //上拉页面加载数据
onLoad() { onLoad() {
console.log(123);
if (this.total <= this.group.length) { if (this.total <= this.group.length) {
this.finished = true this.finished = true
} }
...@@ -85,7 +86,6 @@ export default { ...@@ -85,7 +86,6 @@ export default {
}, 1000) }, 1000)
}, },
getData() { getData() {
this.loading = true;
let userInfoData = JSON.parse(localStorage.getItem('LocalUserInfo')) let userInfoData = JSON.parse(localStorage.getItem('LocalUserInfo'))
getFun('/risk/riskUserPatrol/list', { getFun('/risk/riskUserPatrol/list', {
userId: userInfoData.userId, userId: userInfoData.userId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment