提交 80dfb23a authored 作者: yuanyufei's avatar yuanyufei

预上线问题修改

上级 2701bc2e
......@@ -363,7 +363,6 @@ export default {
type: "error",
message: res.message,
});
this.dialogVisible = false;
}
});
} else if (this.title == "编辑供应商") {
......@@ -381,7 +380,6 @@ export default {
type: "error",
message: res.message,
});
this.dialogVisible = false;
}
});
}
......
......@@ -497,13 +497,13 @@ export default {
type: "success",
});
this.clearData();
this.getWareHoustList();
this.dialogVisible = false;
} else {
this.$message({
message: res.message,
type: "error",
});
this.dialogVisible = false;
}
});
} else if (this.title == "编辑仓库") {
......@@ -517,13 +517,13 @@ export default {
type: "success",
});
this.clearData();
this.getWareHoustList();
this.dialogVisible = false;
} else {
this.$message({
message: res.message,
type: "error",
});
this.dialogVisible = false;
}
});
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论