@ -199,7 +199,7 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad (options) {
this.getPatrolPlan();
// this.getPatrolPlan();
},
/**
@ -213,7 +213,13 @@ Page({
* 生命周期函数--监听页面显示
onShow () {
const that = this;
that.setData({
dataList: [],
page: 0, //当前页
count: '', //总条数
})
that.getPatrolPlan()