ecinc-cloud-wappaio 9.6.129 → 9.6.130

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.
@@ -160142,7 +160142,7 @@ var wfengine_install = function install(Vue) {
160142
160142
  return customRoutes;
160143
160143
  },
160144
160144
  setCommandBar: function setCommandBar($scope, commandBar) {
160145
- var wformLayoutStyle = localStorage.getItem(this.loginUser.sysCode + '_' + this.loginUser.userId + '_wformLayoout');
160145
+ var wformLayoutStyle = localStorage.getItem($scope.loginUser.sysCode + '_' + $scope.loginUser.userId + '_wformLayoout');
160146
160146
  commandBar.forEach(function (btn) {
160147
160147
  if (btn.btnAlign === 2) btn.btnAlign = 1;
160148
160148
  if (btn.btnCode === 'btnOpenWordClick' || btn.btnCode === 'btnModifyFlTypeClick') {
@@ -160152,7 +160152,7 @@ var wfengine_install = function install(Vue) {
160152
160152
  return customRoutes;
160153
160153
  },
160154
160154
  setCommandBar: function setCommandBar($scope, commandBar) {
160155
- var wformLayoutStyle = localStorage.getItem(this.loginUser.sysCode + '_' + this.loginUser.userId + '_wformLayoout');
160155
+ var wformLayoutStyle = localStorage.getItem($scope.loginUser.sysCode + '_' + $scope.loginUser.userId + '_wformLayoout');
160156
160156
  commandBar.forEach(function (btn) {
160157
160157
  if (btn.btnAlign === 2) btn.btnAlign = 1;
160158
160158
  if (btn.btnCode === 'btnOpenWordClick' || btn.btnCode === 'btnModifyFlTypeClick') {