|
@@ -220,7 +220,6 @@ export default {
|
220
|
220
|
that.items = [];
|
221
|
221
|
this.$http
|
222
|
222
|
.post("service/apply/bpm/fetchServiceTasks", {
|
223
|
|
- assignee: that.loginUser.account,
|
224
|
223
|
state: that.stateValue,
|
225
|
224
|
idx: 0,
|
226
|
225
|
sum: 10,
|
|
@@ -257,7 +256,6 @@ export default {
|
257
|
256
|
// that.items=[];
|
258
|
257
|
this.$http
|
259
|
258
|
.post("service/apply/bpm/fetchServiceTasks", {
|
260
|
|
- assignee: that.loginUser.account,
|
261
|
259
|
state: that.stateValue,
|
262
|
260
|
idx: 0,
|
263
|
261
|
sum: 10,
|
|
@@ -283,7 +281,6 @@ export default {
|
283
|
281
|
var that = this;
|
284
|
282
|
this.$http
|
285
|
283
|
.post("service/apply/bpm/fetchServiceTasks", {
|
286
|
|
- assignee: that.loginUser.account,
|
287
|
284
|
state: that.stateValue,
|
288
|
285
|
idx: idx,
|
289
|
286
|
sum: sum,
|
|
@@ -309,7 +306,6 @@ export default {
|
309
|
306
|
that.idx = that.idx + 1;
|
310
|
307
|
this.$http
|
311
|
308
|
.post("service/apply/bpm/fetchServiceTasks", {
|
312
|
|
- assignee: that.loginUser.account,
|
313
|
309
|
state: that.stateValue,
|
314
|
310
|
idx: that.idx,
|
315
|
311
|
sum: that.sum,
|