|
|
@@ -53,11 +53,11 @@ export default {
|
|
|
this.activeTabs = "jbxx";
|
|
|
this.jbxxData = [];
|
|
|
if (!e || !e.features || !e.features[0].fieldNames) {
|
|
|
- this.$message({
|
|
|
- message: "查询结果为空!",
|
|
|
- type: "warning",
|
|
|
- customClass: "messageIndex",
|
|
|
- });
|
|
|
+ // this.$message({
|
|
|
+ // message: "查询结果为空!",
|
|
|
+ // type: "warning",
|
|
|
+ // customClass: "messageIndex",
|
|
|
+ // });
|
|
|
} else if (e && e.totalCount > 0) {
|
|
|
this.isShallow = true;
|
|
|
this.jbxxData = queryData[0];
|