Commit e6f3c517 authored by yanzhongrong's avatar yanzhongrong

Merge branch 'dev_yzr' into dev

parents 21dcae1b 4f587a88
...@@ -257,7 +257,7 @@ export default { ...@@ -257,7 +257,7 @@ export default {
this.exids = list.map((i) => i.id); this.exids = list.map((i) => i.id);
if (this.istrue == 1) { if (this.istrue == 1) {
if (this.tableData.length != 0) { if (this.tableData.length != 0) {
successAlert("查询成功"); successAlert("操作成功");
} else { } else {
warningAlert("查询结果为空"); warningAlert("查询结果为空");
} }
......
...@@ -223,7 +223,7 @@ export default { ...@@ -223,7 +223,7 @@ export default {
this.exids = list.map((i) => i.id); this.exids = list.map((i) => i.id);
if (this.istrue == 1) { if (this.istrue == 1) {
if (this.tableData.length != 0) { if (this.tableData.length != 0) {
successAlert("查询成功"); successAlert("操作成功");
} else { } else {
warningAlert("查询结果为空"); warningAlert("查询结果为空");
} }
......
...@@ -126,7 +126,7 @@ export default { ...@@ -126,7 +126,7 @@ export default {
this.exids = list.map((i) => i.id); this.exids = list.map((i) => i.id);
if (this.istrue == 1) { if (this.istrue == 1) {
if (this.tableData.length != 0) { if (this.tableData.length != 0) {
successAlert("查询成功"); successAlert("操作成功");
} else { } else {
warningAlert("查询结果为空"); warningAlert("查询结果为空");
} }
......
...@@ -127,7 +127,7 @@ export default { ...@@ -127,7 +127,7 @@ export default {
this.exids = list.map((i) => i.id); this.exids = list.map((i) => i.id);
if (this.istrue == 1) { if (this.istrue == 1) {
if (this.tableData.length != 0) { if (this.tableData.length != 0) {
successAlert("查询成功"); successAlert("操作成功");
} else { } else {
warningAlert("查询结果为空"); warningAlert("查询结果为空");
} }
......
...@@ -118,7 +118,7 @@ export default { ...@@ -118,7 +118,7 @@ export default {
this.exids = list.map((i) => i.id); this.exids = list.map((i) => i.id);
if (this.istrue==1) { if (this.istrue==1) {
if (this.tableData.length != 0) { if (this.tableData.length != 0) {
successAlert("查询成功"); successAlert("操作成功");
} else { } else {
warningAlert("查询结果为空"); warningAlert("查询结果为空");
} }
......
...@@ -143,7 +143,7 @@ export default { ...@@ -143,7 +143,7 @@ export default {
this.exids = list.map((i) => i.id); this.exids = list.map((i) => i.id);
if (this.istrue==1) { if (this.istrue==1) {
if (this.tableData.length != 0) { if (this.tableData.length != 0) {
successAlert("查询成功"); successAlert("操作成功");
} else { } else {
warningAlert("查询结果为空"); warningAlert("查询结果为空");
} }
......
...@@ -124,7 +124,7 @@ export default { ...@@ -124,7 +124,7 @@ export default {
this.exids = list.map((i) => i.id); this.exids = list.map((i) => i.id);
if (this.istrue==1) { if (this.istrue==1) {
if (this.tableData.length != 0) { if (this.tableData.length != 0) {
successAlert("查询成功"); successAlert("操作成功");
} else { } else {
warningAlert("查询结果为空"); warningAlert("查询结果为空");
} }
......
...@@ -165,9 +165,9 @@ export default { ...@@ -165,9 +165,9 @@ export default {
antennaFeederLength: [ antennaFeederLength: [
{ required: true, message: "请输入天馈线长度", trigger: "blur" }, { required: true, message: "请输入天馈线长度", trigger: "blur" },
], ],
// hundredMetersLoss: [ hundredMetersLoss: [
// { required: true, message: "请输入漏缆百米损耗", trigger: "blur" }, { required: true, message: "请输入漏缆百米损耗", trigger: "blur" },
// ], ],
inserterLength: [ inserterLength: [
{ required: true, message: "请输入插入器长度", trigger: "blur" }, { required: true, message: "请输入插入器长度", trigger: "blur" },
], ],
......
...@@ -244,7 +244,7 @@ export default { ...@@ -244,7 +244,7 @@ export default {
if (this.istrue == 1) { if (this.istrue == 1) {
if (this.tableData.length != 0) { if (this.tableData.length != 0) {
successAlert("查询成功"); successAlert("操作成功");
} else { } else {
warningAlert("查询结果为空"); warningAlert("查询结果为空");
} }
......
...@@ -300,7 +300,7 @@ export default { ...@@ -300,7 +300,7 @@ export default {
this.exids = list.map((i) => i.id); this.exids = list.map((i) => i.id);
if (this.istrue == 1) { if (this.istrue == 1) {
if (this.tableData.length) { if (this.tableData.length) {
successAlert("查询成功"); successAlert("操作成功");
} else { } else {
warningAlert("查询结果为空"); warningAlert("查询结果为空");
} }
......
...@@ -254,7 +254,7 @@ export default { ...@@ -254,7 +254,7 @@ export default {
this.exids = list.map((i) => i.id); this.exids = list.map((i) => i.id);
if (this.istrue == 1) { if (this.istrue == 1) {
if (this.tableData.length) { if (this.tableData.length) {
successAlert("查询成功"); successAlert("操作成功");
} else { } else {
warningAlert("查询结果为空"); warningAlert("查询结果为空");
} }
......
...@@ -208,7 +208,7 @@ export default { ...@@ -208,7 +208,7 @@ export default {
this.exids = list.map((i) => i.id); this.exids = list.map((i) => i.id);
if (this.istrue == 1) { if (this.istrue == 1) {
if (this.tableData.length) { if (this.tableData.length) {
successAlert("查询成功"); successAlert("操作成功");
} else { } else {
warningAlert("查询结果为空"); warningAlert("查询结果为空");
} }
......
...@@ -205,7 +205,7 @@ export default { ...@@ -205,7 +205,7 @@ export default {
this.exids = list.map((i) => i.id); this.exids = list.map((i) => i.id);
if (this.istrue == 1) { if (this.istrue == 1) {
if (this.tableData.length) { if (this.tableData.length) {
successAlert("查询成功"); successAlert("操作成功");
} else { } else {
warningAlert("查询结果为空"); warningAlert("查询结果为空");
} }
......
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
this.exids = list.map((i) => i.id); this.exids = list.map((i) => i.id);
if (this.istrue==1) { if (this.istrue==1) {
if (this.tableData.length != 0) { if (this.tableData.length != 0) {
successAlert("查询成功"); successAlert("操作成功");
} else { } else {
warningAlert("查询结果为空"); warningAlert("查询结果为空");
} }
......
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