perf: console的url处理|assetbox保存时vendor闪动等
1.console的url处理 2.assetbox保存时vendor闪动的问题修复 3.优化侧滑动画
This commit is contained in:
@@ -216,7 +216,7 @@
|
||||
class="el-icon-view"></i>
|
||||
</span>
|
||||
|
||||
<span :title="$t('overall.edit')" @click.stop="tagShow('showEdit',scope.row.id)" class="content-right-option" :id="'asset-edit-'+scope.row.id"><i
|
||||
<span :title="$t('overall.edit')" @click.stop="tagShow('showEdit',scope.row)" class="content-right-option" :id="'asset-edit-'+scope.row.id"><i
|
||||
class="nz-icon nz-icon-edit"></i>
|
||||
</span>
|
||||
|
||||
@@ -972,9 +972,7 @@
|
||||
},
|
||||
created() {
|
||||
this.getUserData();
|
||||
this.getIDCOptionData();
|
||||
this.getAssetTypeData();
|
||||
this.getVendorData();
|
||||
this.flushData();
|
||||
this.getPingData();
|
||||
},
|
||||
mounted() {
|
||||
|
||||
Reference in New Issue
Block a user