Commit 7b497ea8 authored by 张海景's avatar 张海景

update:修改注释代码

parent 2ee3cd83
......@@ -1533,7 +1533,7 @@ export default {
attr1: this.stopReason
})
.then((res) => {
if (res.code === 200) {showToast || true
if (res.code === 200) {
const showToast = showToast === false? false: true
if(showToast) {
this.$u.toast('变更成功');
......
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