Commit 4f587a88 authored by yanzhongrong's avatar yanzhongrong

toast title

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