|
|
@ -156,7 +156,7 @@ |
|
|
|
publicData(this.formData).then(({ data = [] }) => { |
|
|
|
this.loading = false |
|
|
|
this.$message({ type: "success", message: "发布成功" }); |
|
|
|
this.$emit("cancelHandle", "submit") |
|
|
|
this.$emit("cancelHandle", this.formData) |
|
|
|
}).catch(() => { |
|
|
|
this.loading = false |
|
|
|
}); |
|
|
|