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
+3 -2
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: {