NEZ-1243 fix: asset endpint 底部弹窗添加同步按钮

This commit is contained in:
zhangyu
2021-11-16 17:30:01 +08:00
parent 78d56bedf1
commit 81e62990f9
3 changed files with 7 additions and 3 deletions

View File

@@ -965,7 +965,6 @@ export default {
restructure_historyDate () {
if (localStorage.getItem('nz-history-' + this.where) !== undefined && localStorage.getItem('nz-history-' + this.where) !== null) {
this.history_once = JSON.parse(localStorage.getItem('nz-history-' + this.where))
console.log(this.history_once)
}
},
clear_search_list (e) {