Commit 01cd914d authored by 黄卓's avatar 黄卓

后台订单转异,类型不填,可以提交,但异常未生产成功

https://zentao.test.jdshangmen.com/bug-view-3074.html
parent 0e7fbddf
......@@ -418,6 +418,8 @@ export default {
this.$refs.exceptionForm.validate((valid) => {
if (valid) {
this.handleSubmit()
} else {
this.$message.warning('请勾选原因类型')
}
})
},
......
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