Browse Source

解决点击新增后续跟进事项没有反应问题

zhuliu 1 year ago
parent
commit
f0b34e7e53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/report/components/matter/remarryMatter.vue

+ 1 - 1
src/views/report/components/matter/remarryMatter.vue

@@ -279,7 +279,7 @@ export default {
     },
     //新增后续跟进事项的选项
     async handleCommand(e) {
-      if(!(await this.$permission.projectPermission(row.id))){
+      if(!(await this.$permission.projectPermission(this.projectId))){
         this.$showPermissionDialog()
         return false
       }