From c9714d8342390d9e70afb9db82cfbe27b6eb15ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E8=80=98=E7=A8=B7?= <18026623439@163.com> Date: Fri, 18 Dec 2020 15:20:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E4=B8=83=E7=89=9B=E4=BA=91?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tools/storage/qiniu/form.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/tools/storage/qiniu/form.vue b/src/views/tools/storage/qiniu/form.vue index a9120b7..62011b1 100644 --- a/src/views/tools/storage/qiniu/form.vue +++ b/src/views/tools/storage/qiniu/form.vue @@ -64,7 +64,9 @@ export default { methods: { init() { get().then(res => { - this.form = res + if(res){ + this.form = res + } }) }, doSubmit() {