liubei@c-top.com.cn преди 3 години
родител
ревизия
802284bc5d

+ 0 - 1
src/views/modules/stockWatch/modules/new-keepManage/account-newkeepManage.vue

@@ -570,7 +570,6 @@
         mounted() {
             if (localStorage.getItem('personalaccountId')) {
                 this.accountId = localStorage.getItem('personalaccountId')
-                localStorage.removeItem('personalaccountId')
             }
             this.showColumn();
             this.showIndex();

+ 0 - 1
src/views/modules/stockWatch/modules/new-keepManage/personal-keepManage.vue

@@ -312,7 +312,6 @@
         mounted() {
             if (localStorage.getItem('personalUserId')) {
                 this.queryUserId = localStorage.getItem('personalUserId')
-                localStorage.removeItem('personalUserId')
             }
             this.showColumn()
             this.getQueryNewlyData();