@@ -34,15 +34,12 @@ export default {
},
data: function () {
return {
- uuid: '',
loading: false,
};
- created: function () {
- this.uuid = this.$route.params.uuid;
- },
+
methods: {
/**
* 下载图片库
@@ -240,7 +240,7 @@ const routes = [
//导出图片库
{
- path: '/eam/exportPictureLibrary/:uuid', component: ExportPictureLibrary,
+ path: '/eam/exportPictureLibrary', component: ExportPictureLibrary,
//批量待修改使用状态