|
|
@@ -11,7 +11,7 @@ Page({
|
|
|
data: {
|
|
|
list: [],
|
|
|
navList: [{
|
|
|
- label: "全部",
|
|
|
+ label: "我负责的",
|
|
|
icon: "icon-webxialaxuanxiangjiantou",
|
|
|
color: "",
|
|
|
width: "",
|
|
|
@@ -23,24 +23,7 @@ Page({
|
|
|
width: "",
|
|
|
id: "sort"
|
|
|
}],
|
|
|
- content: {
|
|
|
- nocache: true,
|
|
|
- "pageNumber": 1,
|
|
|
- "pageSize": 20,
|
|
|
- "isExport": 0,
|
|
|
- "type": 0,
|
|
|
- "where": {
|
|
|
- "condition": "",
|
|
|
- "startdate": "",
|
|
|
- "enddate": ""
|
|
|
- },
|
|
|
- "sort": []
|
|
|
- },
|
|
|
- classShow: false, //type类型
|
|
|
classActions: [{
|
|
|
- name: '全部',
|
|
|
- index: 0
|
|
|
- }, {
|
|
|
name: '我负责的',
|
|
|
index: 1
|
|
|
},
|
|
|
@@ -48,6 +31,10 @@ Page({
|
|
|
name: '我参与的',
|
|
|
index: 2
|
|
|
},
|
|
|
+ {
|
|
|
+ name: '我创建的',
|
|
|
+ index: 5
|
|
|
+ },
|
|
|
{
|
|
|
name: "我下属负责的",
|
|
|
index: 3
|
|
|
@@ -56,6 +43,20 @@ Page({
|
|
|
index: 4
|
|
|
}
|
|
|
],
|
|
|
+ content: {
|
|
|
+ nocache: true,
|
|
|
+ "pageNumber": 1,
|
|
|
+ "pageSize": 20,
|
|
|
+ "isExport": 0,
|
|
|
+ "type": 1,
|
|
|
+ "where": {
|
|
|
+ "condition": "",
|
|
|
+ "startdate": "",
|
|
|
+ "enddate": ""
|
|
|
+ },
|
|
|
+ "sort": []
|
|
|
+ },
|
|
|
+ classShow: false, //type类型
|
|
|
filter: {
|
|
|
statusActive: "",
|
|
|
startdate: "",
|