Parcourir la source

Merge branch 'master' of http://132.232.92.186:3000/XinXiBu/oa-system

yuanrf il y a 3 mois
Parent
commit
ca139d4106
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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,
                 }