|
|
@@ -140,6 +140,7 @@
|
|
140
|
140
|
spanArr: [],
|
|
141
|
141
|
timeObj: {},
|
|
142
|
142
|
ruleFormReport: {},
|
|
|
143
|
+ typeorder:'',
|
|
143
|
144
|
};
|
|
144
|
145
|
},
|
|
145
|
146
|
computed: {},
|
|
|
@@ -159,6 +160,7 @@
|
|
159
|
160
|
this.ruleFormReport.loweltype = data.F_SonType;
|
|
160
|
161
|
this.ruleFormReport.types = 0;
|
|
161
|
162
|
this.ruleFormReport.dealDept = Number(data.F_DealDept);
|
|
|
163
|
+ this.ruleFormReport.type = this.typeorder;
|
|
162
|
164
|
}
|
|
163
|
165
|
this.$layer.iframe({
|
|
164
|
166
|
content: {
|
|
|
@@ -176,6 +178,7 @@
|
|
176
|
178
|
},
|
|
177
|
179
|
getList(getParams) {
|
|
178
|
180
|
this.LoadingFlag = true;
|
|
|
181
|
+ this.typeorder = getParams.type
|
|
179
|
182
|
this.timeObj.starttime = getParams.starttime;
|
|
180
|
183
|
this.timeObj.endtime = getParams.endtime;
|
|
181
|
184
|
return new Promise((resolve) => {
|