|
@@ -145,3 +145,9 @@ export default {
|
|
|
this.$store.dispatch('setBreadcrumb', [{ label: 'Demo' }, { label: 'Form' ])
|
|
|
this.$store.dispatch('setBreadcrumb', [{ label: 'Demo', path: '' }, { label: 'Form' , path: ''}])
|
|
|
```
|
|
|
+#### 上传管理器调用方法(上传较大文件时使用)
|
|
|
+
|
|
|
+```
|
|
|
+在组件中引入Bus中央时间总线
|
|
|
+ Bus.$emit('openUploader', query, file) //
|
|
|
+```
|