瀏覽代碼

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

yuanrf 3 月之前
父節點
當前提交
ca139d4106
共有 1 個文件被更改,包括 2 次插入2 次删除
  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,
                 }