feat:asset导出可以选择当前全部
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user