Fixed: config sync between plugin page & picbed page

This commit is contained in:
Molunerfinn
2018-12-25 15:24:32 +08:00
parent f7dc41a927
commit 51cea7cdf0
4 changed files with 8 additions and 6 deletions

View File

@@ -81,7 +81,7 @@
<config-form
:config="config"
:type="currentType"
:name="configName"
:id="configName"
ref="configForm"
>
</config-form>
@@ -111,7 +111,8 @@ export default {
dialogVisible: false,
pluginNameList: [],
loading: true,
needReload: false
needReload: false,
id: ''
}
},
computed: {

View File

@@ -10,6 +10,7 @@
:config="config"
type="uploader"
ref="configForm"
:id="type"
>
<el-form-item>
<el-button-group>