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 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,

+ 0 - 1
src/views/indes.vue

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

+ 0 - 1
src/views/my.vue

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

+ 0 - 1
src/views/supplementary.vue

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