Browse Source

审批内容逗号改成顿号

林倩 3 years ago
parent
commit
d772cf652f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/permission-selfhelp-manage/component/app-func-form.vue

+ 1 - 1
src/pages/permission-selfhelp-manage/component/app-func-form.vue

@@ -77,7 +77,7 @@ export default {
         const element = funcAttr[i].join('/');
         attr.push(element);
       }
-      return attr.join('');
+      return attr.join('');
     },
     handleCancel() {
       this.$emit('close');