Commit 74415a92 by LJM

bug

parent accb09b8
Showing with 5 additions and 4 deletions
......@@ -727,15 +727,13 @@ export default {
}
this.dialogVisible = false
this.submitState = 0;
} else {
this.$message({
message: res.msg,
type: 'errow'
type: 'error'
});
this.submitState = 0;
}
}).catch(err => {
this.submitState = 0;
});
......@@ -825,7 +823,10 @@ export default {
}
})
} else {
this.$message("该报价不可修改");
this.$message({
message: '该报价不可修改',
type: 'warning'
});
return;
}
},
......
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 sign in to comment