处理七牛云编辑配置

This commit is contained in:
朱耘稷
2020-12-18 15:20:21 +08:00
parent 253a36ead4
commit c9714d8342

View File

@ -64,7 +64,9 @@ export default {
methods: { methods: {
init() { init() {
get().then(res => { get().then(res => {
this.form = res if(res){
this.form = res
}
}) })
}, },
doSubmit() { doSubmit() {