liuhj 5 mēneši atpakaļ
vecāks
revīzija
261f4ee7b6
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/components/system/MyTasksinif.vue

+ 2 - 2
src/components/system/MyTasksinif.vue

@@ -151,7 +151,7 @@ export default {
                 },
                 data:{
                     portType:1,
-                    userId: 5
+                    userId: that.userId
                 }
             }).then(function (res) {
                 console.log(res)
@@ -180,7 +180,7 @@ export default {
                 },
                 data:{
                     portType:1,
-                    userId: 5,
+                    userId: that.userId,
                     pageId: that.pageId,
                     id: that.id,
                 }