Commit d065d273 authored by huhaiqing's avatar huhaiqing

修改3099缺陷

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