瀏覽代碼

删除参数

seimin 1 年之前
父節點
當前提交
7f5352f573
共有 4 個文件被更改,包括 0 次插入7 次删除
  1. 0 4
      src/views/incidentList.vue
  2. 0 1
      src/views/indes.vue
  3. 0 1
      src/views/my.vue
  4. 0 1
      src/views/supplementary.vue

+ 0 - 4
src/views/incidentList.vue

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

+ 0 - 1
src/views/indes.vue

@@ -260,7 +260,6 @@ export default {
260
       var that = this;
260
       var that = this;
261
       this.$http
261
       this.$http
262
         .post("service/apply/bpm/fetchServiceTasks", {
262
         .post("service/apply/bpm/fetchServiceTasks", {
263
-          assignee: that.loginUser.account,
264
           idx: 0,
263
           idx: 0,
265
           sum: 1
264
           sum: 1
266
         })
265
         })

+ 0 - 1
src/views/my.vue

@@ -189,7 +189,6 @@ export default {
189
       var that = this;
189
       var that = this;
190
       this.$http
190
       this.$http
191
         .post("service/apply/bpm/fetchServiceTasks", {
191
         .post("service/apply/bpm/fetchServiceTasks", {
192
-          assignee: that.loginUser.account,
193
           idx: 0,
192
           idx: 0,
194
           sum: 9999
193
           sum: 9999
195
         })
194
         })

+ 0 - 1
src/views/supplementary.vue

@@ -143,7 +143,6 @@ export default {
143
       var that = this;
143
       var that = this;
144
       this.$http
144
       this.$http
145
         .post("service/apply/bpm/fetchServiceTasks", {
145
         .post("service/apply/bpm/fetchServiceTasks", {
146
-          assignee: that.loginUser.account,
147
           idx: 0,
146
           idx: 0,
148
           sum: 9999
147
           sum: 9999
149
         })
148
         })