Commit d065d273 authored by huhaiqing's avatar huhaiqing

修改3099缺陷

parent 6d96854c
......@@ -53,6 +53,7 @@ export default {
if (valid) {
let text = "";
// 自定义
if (this.updateObj.updateOrder) {
if (this.updateObj.updateOrder === "0") {
text = this.updateObj.customize;
} else {
......@@ -61,6 +62,7 @@ export default {
);
text = this.$l(dict, "label");
}
}
const { orderList } = this.errorInfo;
updateAbnormalOrder({
......
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