Commit 6ba726f8 by 唐玉峰

.

parent 6b701965
...@@ -694,24 +694,24 @@ export default { ...@@ -694,24 +694,24 @@ export default {
if (this.otopsName.length > 0 && this.outaddsearchForm.opsName) { if (this.otopsName.length > 0 && this.outaddsearchForm.opsName) {
this.opsList.push({ this.opsList.push({
opsCode: this.outaddsearchForm.opsName, opsCode: this.outaddsearchForm.opsName,
diagOrder: "0", opsOrder: "0",
}); });
this.otopsName.forEach((i) => { this.otopsName.forEach((i) => {
this.opsList.push({ this.opsList.push({
opsCode: i, opsCode: i,
diagOrder: "1", opsOrder: "1",
}); });
}); });
} else if (this.outaddsearchForm.opsName) { } else if (this.outaddsearchForm.opsName) {
this.opsList.push({ this.opsList.push({
opsCode: this.outaddsearchForm.opsName, opsCode: this.outaddsearchForm.opsName,
diagOrder: "0", opsOrder: "0",
}); });
} else if (this.otopsName.length > 0) { } else if (this.otopsName.length > 0) {
this.otopsName.forEach((i) => { this.otopsName.forEach((i) => {
this.opsList.push({ this.opsList.push({
opsCode: i, opsCode: i,
diagOrder: "1", opsOrder: "1",
}); });
}); });
} }
......
...@@ -666,24 +666,24 @@ export default { ...@@ -666,24 +666,24 @@ export default {
if (this.otopsName.length > 0 && this.outaddsearchForm.opsName) { if (this.otopsName.length > 0 && this.outaddsearchForm.opsName) {
this.opsList.push({ this.opsList.push({
opsCode: this.outaddsearchForm.opsName, opsCode: this.outaddsearchForm.opsName,
diagOrder: "0", opsOrder: "0",
}); });
this.otopsName.forEach((i) => { this.otopsName.forEach((i) => {
this.opsList.push({ this.opsList.push({
opsCode: i, opsCode: i,
diagOrder: "1", opsOrder: "1",
}); });
}); });
} else if (this.outaddsearchForm.opsName) { } else if (this.outaddsearchForm.opsName) {
this.opsList.push({ this.opsList.push({
opsCode: this.outaddsearchForm.opsName, opsCode: this.outaddsearchForm.opsName,
diagOrder: "0", opsOrder: "0",
}); });
} else if (this.otopsName.length > 0) { } else if (this.otopsName.length > 0) {
this.otopsName.forEach((i) => { this.otopsName.forEach((i) => {
this.opsList.push({ this.opsList.push({
opsCode: i, opsCode: i,
diagOrder: "1", opsOrder: "1",
}); });
}); });
} }
......
...@@ -667,24 +667,24 @@ export default { ...@@ -667,24 +667,24 @@ export default {
if (this.otopsName.length > 0 && this.outaddsearchForm.opsName) { if (this.otopsName.length > 0 && this.outaddsearchForm.opsName) {
this.opsList.push({ this.opsList.push({
opsCode: this.outaddsearchForm.opsName, opsCode: this.outaddsearchForm.opsName,
diagOrder: "0", opsOrder: "0",
}); });
this.otopsName.forEach((i) => { this.otopsName.forEach((i) => {
this.opsList.push({ this.opsList.push({
opsCode: i, opsCode: i,
diagOrder: "1", opsOrder: "1",
}); });
}); });
} else if (this.outaddsearchForm.opsName) { } else if (this.outaddsearchForm.opsName) {
this.opsList.push({ this.opsList.push({
opsCode: this.outaddsearchForm.opsName, opsCode: this.outaddsearchForm.opsName,
diagOrder: "0", opsOrder: "0",
}); });
} else if (this.otopsName.length > 0) { } else if (this.otopsName.length > 0) {
this.otopsName.forEach((i) => { this.otopsName.forEach((i) => {
this.opsList.push({ this.opsList.push({
opsCode: i, opsCode: i,
diagOrder: "1", opsOrder: "1",
}); });
}); });
} }
......
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