|
|
|
@ -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(); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|