فهرست منبع

Merge branch 'dev/v4.9.4_tsz' of qmx/jy into release/v4.9.4

汤世哲 1 سال پیش
والد
کامیت
13a94814c5
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/web/staticres/BI-module/js/crm-action.js
  2. 1 1
      src/web/templates/pc/supsearch.html

+ 1 - 1
src/web/staticres/BI-module/js/crm-action.js

@@ -51,7 +51,7 @@ var crmNode = new Vue({
       console.log(event.storageArea)
       if (event.storageArea === sessionStorage) {
         if (event.key === 'Op-upState') {
-          sessionStorage.setItem('Op-upState', "0")
+          sessionStorage.removeItem('Op-upState', "0")
           _this.dialogVisible = false
           _this.showPropertyDialog = false
           _this.getEmployData()

+ 1 - 1
src/web/templates/pc/supsearch.html

@@ -3506,7 +3506,7 @@ function checkTagDisabled () {
         window.addEventListener('storage', (event) => {
           console.info(event.storageArea)
           if (event.key === 'Op-upState') {
-            sessionStorage.setItem('Op-upState', "0")
+            sessionStorage.removeItem('Op-upState', "0")
             _this.showPropertyDialog = false
           }
           if(!_this.showPropertyDialog){