Commit 828a2b6d authored by Your Name's avatar Your Name

展板版权方、内容管理删除提示

parent 6508bf10
...@@ -357,8 +357,12 @@ export default { ...@@ -357,8 +357,12 @@ export default {
}) })
.then( .then(
(res) => { (res) => {
this.$message({ type: "success", message: "删除成功!" }); if(res.data.resultCode === "200"){
_this.onSearch(); this.$message({ type: "success", message: "删除成功!" });
_this.onSearch();
}else{
this.$message({ type: "error", message: res.data.message });
}
}, },
(error) => { (error) => {
this.$message({ this.$message({
......
This diff is collapsed.
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