Browse Source

Update picture.vue

master
许孟阳 4 years ago
parent
commit
9e397a7223
  1. 4
      vue/src/views/biz/picture.vue

4
vue/src/views/biz/picture.vue

@ -214,7 +214,7 @@ @@ -214,7 +214,7 @@
} else {
this.$showMessage('success', response.message, true)
this.query();
this.flag.modify = true;
this.flag.modify = false;
}
this.$refs.upload.clearFiles();
}
@ -245,7 +245,7 @@ @@ -245,7 +245,7 @@
}
this.$upload(file, url, data).then(rsp => {
if (rsp) {
that.flag.modify = true;
that.flag.modify = false;
that.query();
}
});

Loading…
Cancel
Save