Commit 18b2bb30 authored by wdy's avatar wdy

再利用提示信息

parent c2f29763
......@@ -125,7 +125,7 @@ export default {
this.$message.success('操作成功')
this.resetFrom()
} else if (res.code === null) {
this.$message.success(res.message)
this.$message.error(res.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