ecinc-cloud-wappaio 9.6.463 → 9.6.464

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.
@@ -9854,6 +9854,7 @@ var actions = {
9854
9854
  return window.$user.getLoginUser(data[window.jwtTokenKey || 'ECWEB-JWTSSO-TOKEN']);
9855
9855
  case 2:
9856
9856
  loginUser = _context2.sent;
9857
+ sessionStorage.removeItem('dynamicRoutes-' + loginUser.personAccount);
9857
9858
  window.$auth.setProductCode(data['PRODUCT_CODE_LIST'], loginUser.sysCode);
9858
9859
  window.$auth.setToken(data[window.jwtTokenKey || 'ECWEB-JWTSSO-TOKEN']);
9859
9860
  window.$auth.setTicket(data[window.ecwebTicket || 'ecweb-ticket']);
@@ -9873,7 +9874,7 @@ var actions = {
9873
9874
  commit('SET_MAX_FILE_SIZE', data['MAX_FILE_SIZE']);
9874
9875
  commit('SET_AVATAR', "/apigw" + '/base/user/download?id=' + loginUser.userId + '&dataField=photoData&nameField=photoName&csrfToken=' + data['ecweb-csrf-token']);
9875
9876
  resolve();
9876
- case 18:
9877
+ case 19:
9877
9878
  case "end":
9878
9879
  return _context2.stop();
9879
9880
  }
@@ -146438,6 +146439,7 @@ var wfengine_install = function install(Vue) {
146438
146439
  if (btn.btnCode === 'btnOpenWordClick' || btn.btnCode === 'btnModifyFlTypeClick') {
146439
146440
  btn.btnShow = $scope.canEditBodyfile ? 1 : 0;
146440
146441
  }
146442
+ if (btn.btnJavascript === null) btn.btnJavascript = '';
146441
146443
  if (!btn.i18nCode) {
146442
146444
  if (btn.btnJavascript && btn.btnJavascript.indexOf('(') !== -1) {
146443
146445
  if (btn.btnJavascript.indexOf('btnDeleteClick') !== -1) {
@@ -9864,6 +9864,7 @@ var actions = {
9864
9864
  return window.$user.getLoginUser(data[window.jwtTokenKey || 'ECWEB-JWTSSO-TOKEN']);
9865
9865
  case 2:
9866
9866
  loginUser = _context2.sent;
9867
+ sessionStorage.removeItem('dynamicRoutes-' + loginUser.personAccount);
9867
9868
  window.$auth.setProductCode(data['PRODUCT_CODE_LIST'], loginUser.sysCode);
9868
9869
  window.$auth.setToken(data[window.jwtTokenKey || 'ECWEB-JWTSSO-TOKEN']);
9869
9870
  window.$auth.setTicket(data[window.ecwebTicket || 'ecweb-ticket']);
@@ -9883,7 +9884,7 @@ var actions = {
9883
9884
  commit('SET_MAX_FILE_SIZE', data['MAX_FILE_SIZE']);
9884
9885
  commit('SET_AVATAR', "/apigw" + '/base/user/download?id=' + loginUser.userId + '&dataField=photoData&nameField=photoName&csrfToken=' + data['ecweb-csrf-token']);
9885
9886
  resolve();
9886
- case 18:
9887
+ case 19:
9887
9888
  case "end":
9888
9889
  return _context2.stop();
9889
9890
  }
@@ -146448,6 +146449,7 @@ var wfengine_install = function install(Vue) {
146448
146449
  if (btn.btnCode === 'btnOpenWordClick' || btn.btnCode === 'btnModifyFlTypeClick') {
146449
146450
  btn.btnShow = $scope.canEditBodyfile ? 1 : 0;
146450
146451
  }
146452
+ if (btn.btnJavascript === null) btn.btnJavascript = '';
146451
146453
  if (!btn.i18nCode) {
146452
146454
  if (btn.btnJavascript && btn.btnJavascript.indexOf('(') !== -1) {
146453
146455
  if (btn.btnJavascript.indexOf('btnDeleteClick') !== -1) {