Commit ce3f0360 authored by 陈明豪's avatar 陈明豪

bug修改

parent 294c1c46
...@@ -196,6 +196,7 @@ export default { ...@@ -196,6 +196,7 @@ export default {
listArticle(search).then(res => { listArticle(search).then(res => {
if (res.total > 0) { if (res.total > 0) {
this.$message.error('权重已存在') this.$message.error('权重已存在')
this.submitLoading = false
} else { } else {
addArticle(this.form).then(response => { addArticle(this.form).then(response => {
this.$message({ this.$message({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment