@newview/permission-service 1.2.57 → 1.2.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1,10 @@
1
+ ### 版本 1.2.59
2
+ 1. 菜单权限配置修改
3
+
4
+ ### 版本 1.2.58
5
+ 1. 机构选择取消引入
6
+
7
+
1
8
  ### 版本1.2.57
2
9
  1、增加项目年份
3
10
 
@@ -12179,16 +12179,10 @@ class InstitutionInstance2 extends BaseInstance {
12179
12179
  onclick: () => {
12180
12180
  this.doAddInstitution();
12181
12181
  }
12182
- },
12183
- {
12184
- name: "importInstitution",
12185
- type: "default",
12186
- icon: "md-arrow-round-up",
12187
- text: "引入",
12188
- onclick: () => {
12189
- this.doShowImportInstitution();
12190
- }
12191
12182
  }
12183
+ // {
12184
+ // name: 'importInstitution', type: 'default', icon: 'md-arrow-round-up', text: '引入', onclick: () => { this.doShowImportInstitution() }
12185
+ // }
12192
12186
  ],
12193
12187
  rightToolbars: [
12194
12188
  {