Commit 26774114 authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

Merge remote-tracking branch 'origin/dev' into dev

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