@@ -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
}