feat:asset导出可以选择当前全部

This commit is contained in:
zhangyu
2020-12-23 17:41:30 +08:00
parent 47122efaae
commit 3eddc630ae

View File

@@ -290,7 +290,7 @@
showImportBox:function(type){ showImportBox:function(type){
this.importBox.show=true; this.importBox.show=true;
this.importBox.type=type; this.importBox.type=type;
if(type == 2&&(this.$route.path==='/asset'|| this.$route.path==='/model')){ if(type == 2&&(this.$route.path==='/model')){
this.exportCur() this.exportCur()
return return
} }