Ver código fonte

fix: 右键插入定额一直禁用问题

vian 4 anos atrás
pai
commit
a5e7029bd8
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      web/building_saas/main/js/views/project_view.js

+ 0 - 1
web/building_saas/main/js/views/project_view.js

@@ -1379,7 +1379,6 @@ var projectObj = {
                 "insertRation": {
                     type: projectObj.registerFlexibleInsertRatoinMenu(),
                     disabled: function () {
-                        return true;
                         if (projectReadOnly) {
                             return true;
                         }