|
|
|
@ -232,7 +232,7 @@ export default { |
|
|
|
if (res.code !== 0) { |
|
|
|
return this.$message.error(res.msg) |
|
|
|
} |
|
|
|
this.dataForm = res.data |
|
|
|
this.dataForm = { ...this.dataForm, ...res.data } |
|
|
|
this.resetRegistTime() |
|
|
|
this.quillEditor.root.innerHTML = res.data.newsContent |
|
|
|
if (this.dataForm.streetId) { |
|
|
|
@ -371,7 +371,7 @@ export default { |
|
|
|
} |
|
|
|
}) |
|
|
|
}).catch(() => { }) |
|
|
|
this.dataForm = [] |
|
|
|
this.dataForm = {} |
|
|
|
}) |
|
|
|
}, 1000, { 'leading': true, 'trailing': false }) |
|
|
|
}, |
|
|
|
|