|
@@ -16,7 +16,6 @@ Page({
|
|
this.refreshData() //更新权限等信息
|
|
this.refreshData() //更新权限等信息
|
|
getApp().globalData.http.refreshData = this.refreshData.bind(this);
|
|
getApp().globalData.http.refreshData = this.refreshData.bind(this);
|
|
vIndate();
|
|
vIndate();
|
|
-
|
|
|
|
},
|
|
},
|
|
/* 更新站点信息 */
|
|
/* 更新站点信息 */
|
|
refreshData() {
|
|
refreshData() {
|
|
@@ -75,7 +74,8 @@ Page({
|
|
"method": "getCount",
|
|
"method": "getCount",
|
|
"content": {
|
|
"content": {
|
|
"nocache": true,
|
|
"nocache": true,
|
|
- "status": "待跟进"
|
|
|
|
|
|
+ "status": "待跟进",
|
|
|
|
+ content: Date.now()
|
|
}
|
|
}
|
|
}, false).then(res => {
|
|
}, false).then(res => {
|
|
if (res.data.count == 0) res.data.count = '';
|
|
if (res.data.count == 0) res.data.count = '';
|
|
@@ -97,7 +97,8 @@ Page({
|
|
"content": {
|
|
"content": {
|
|
"nocache": true,
|
|
"nocache": true,
|
|
"pageNumber": 1,
|
|
"pageNumber": 1,
|
|
- "pageSize": 3
|
|
|
|
|
|
+ "pageSize": 3,
|
|
|
|
+ content: Date.now()
|
|
}
|
|
}
|
|
}, false).then(res => {
|
|
}, false).then(res => {
|
|
if (res.msg != '成功') return;
|
|
if (res.msg != '成功') return;
|