Browse Source

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

yuanrf 3 months ago
parent
commit
ca139d4106
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/system/MyTasksinif.vue

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

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