From 6a179963c4e6e95866287e6cf5fca92fb60cbcf3 Mon Sep 17 00:00:00 2001
From: zzyuan <781948537@qq.com>
Date: Sat, 20 Apr 2024 15:30:40 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=B9=E7=AA=97=E5=85=B3?=
=?UTF-8?q?=E9=97=AD=E9=80=BB=E8=BE=91=E4=BD=8D=E7=BD=AEfinally?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ah-jjzhgd-web/src/views/basic/area/index.vue | 3 ++-
ah-jjzhgd-web/src/views/basic/model/index.vue | 3 ++-
.../views/basic/progress/components/ProcessTable2.vue | 3 ++-
ah-jjzhgd-web/src/views/basic/progress/index.vue | 9 ++++++---
.../views/basic/project/components/3dFileTable.vue | 3 ++-
.../src/views/basic/project/components/CostTable.vue | 9 ++++++---
.../src/views/basic/project/components/GtTable.vue | 9 ++++++---
.../views/basic/project/components/ProcessTable.vue | 9 ++++++---
ah-jjzhgd-web/src/views/basic/project/index.vue | 11 ++++++-----
ah-jjzhgd-web/src/views/basic/quality/index.vue | 9 ++++++---
ah-jjzhgd-web/src/views/basic/single/index.vue | 3 ++-
.../constructionQuality/earlyWarningsRecord/index.vue | 3 ++-
.../views/constructionQuality/qualityRecord/index.vue | 3 ++-
ah-jjzhgd-web/src/views/device/deviceMange/index.vue | 3 ++-
.../device/sideband/components/SidebandChildTable.vue | 9 ++++++---
.../sidebandDevice/components/SidebandDetailTable.vue | 3 ++-
.../src/views/device/sidebandDevice/index.vue | 3 ++-
ah-jjzhgd-web/src/views/man-car/car/index.vue | 3 ++-
ah-jjzhgd-web/src/views/man-car/staff/index.vue | 9 ++++++---
.../src/views/man-car/team/components/StaffTable.vue | 6 ++++--
ah-jjzhgd-web/src/views/man-car/team/index.vue | 3 ++-
ah-jjzhgd-web/src/views/risk/dailyTask/index.vue | 3 ++-
ah-jjzhgd-web/src/views/risk/dutyPlan/index.vue | 9 ++++++---
.../views/risk/emergency/components/EmergencyCase.vue | 3 ++-
.../risk/emergency/components/EmergencyPhone.vue | 3 ++-
.../risk/emergency/components/EmergencyProcess.vue | 3 ++-
.../views/towerDetection/earlyWarningRecord/index.vue | 3 ++-
.../src/views/towerDetection/towerRecord/index.vue | 3 ++-
28 files changed, 94 insertions(+), 49 deletions(-)
diff --git a/ah-jjzhgd-web/src/views/basic/area/index.vue b/ah-jjzhgd-web/src/views/basic/area/index.vue
index c153d4e..7c5029c 100644
--- a/ah-jjzhgd-web/src/views/basic/area/index.vue
+++ b/ah-jjzhgd-web/src/views/basic/area/index.vue
@@ -239,8 +239,9 @@ export default {
duration: 2000
})
this.getList()
- }).finally(() => {
this.dialogFormVisible = false
+ }).finally(() => {
+
})
}
})
diff --git a/ah-jjzhgd-web/src/views/basic/model/index.vue b/ah-jjzhgd-web/src/views/basic/model/index.vue
index b579696..4914b5a 100644
--- a/ah-jjzhgd-web/src/views/basic/model/index.vue
+++ b/ah-jjzhgd-web/src/views/basic/model/index.vue
@@ -175,8 +175,9 @@ export default {
get3dFileList(this.listQuery).then((response) => {
this.list = response.rows
this.total = response.total
- }).finally(() => {
this.listLoading = false
+ }).finally(() => {
+
})
},
// 查询
diff --git a/ah-jjzhgd-web/src/views/basic/progress/components/ProcessTable2.vue b/ah-jjzhgd-web/src/views/basic/progress/components/ProcessTable2.vue
index 3ce490e..8b77cb3 100644
--- a/ah-jjzhgd-web/src/views/basic/progress/components/ProcessTable2.vue
+++ b/ah-jjzhgd-web/src/views/basic/progress/components/ProcessTable2.vue
@@ -260,8 +260,9 @@ export default {
getProgressProcessList(this.listQuery).then((response) => {
this.list = response.rows
this.total = response.total
- }).finally(() => {
this.listLoading = false
+ }).finally(() => {
+
})
},
getList2() {
diff --git a/ah-jjzhgd-web/src/views/basic/progress/index.vue b/ah-jjzhgd-web/src/views/basic/progress/index.vue
index 232eb20..a692cbe 100644
--- a/ah-jjzhgd-web/src/views/basic/progress/index.vue
+++ b/ah-jjzhgd-web/src/views/basic/progress/index.vue
@@ -146,8 +146,9 @@ export default {
getProgressList(this.listQuery).then((response) => {
this.list = response.rows
this.total = response.total
- }).finally(() => {
this.listLoading = false
+ }).finally(() => {
+
})
},
// 查询
@@ -172,8 +173,9 @@ export default {
duration: 2000
})
this.getList()
- }).finally(() => {
this.dialogFormVisible = false
+ }).finally(() => {
+
})
}
})
@@ -197,8 +199,9 @@ export default {
duration: 2000
})
this.getList()
- }).finally(() => {
this.dialogFormVisible = false
+ }).finally(() => {
+
})
}
})
diff --git a/ah-jjzhgd-web/src/views/basic/project/components/3dFileTable.vue b/ah-jjzhgd-web/src/views/basic/project/components/3dFileTable.vue
index bffa237..26cfcf0 100644
--- a/ah-jjzhgd-web/src/views/basic/project/components/3dFileTable.vue
+++ b/ah-jjzhgd-web/src/views/basic/project/components/3dFileTable.vue
@@ -155,8 +155,9 @@ export default {
get3dFileList(this.listQuery).then((response) => {
this.list = response.rows
this.total = response.total
- }).finally(() => {
this.listLoading = false
+ }).finally(() => {
+
})
},
// 查询
diff --git a/ah-jjzhgd-web/src/views/basic/project/components/CostTable.vue b/ah-jjzhgd-web/src/views/basic/project/components/CostTable.vue
index d05b0ee..3b5c4b9 100644
--- a/ah-jjzhgd-web/src/views/basic/project/components/CostTable.vue
+++ b/ah-jjzhgd-web/src/views/basic/project/components/CostTable.vue
@@ -171,8 +171,9 @@ export default {
getProjectCostList(this.listQuery).then((response) => {
this.list = response.rows
this.total = response.total
- }).finally(() => {
this.listLoading = false
+ }).finally(() => {
+
})
},
// 查询
@@ -197,8 +198,9 @@ export default {
duration: 2000
})
this.getList()
- }).finally(() => {
this.dialogFormVisible = false
+ }).finally(() => {
+
})
}
})
@@ -221,8 +223,9 @@ export default {
duration: 2000
})
this.getList()
- }).finally(() => {
this.dialogFormVisible = false
+ }).finally(() => {
+
})
}
})
diff --git a/ah-jjzhgd-web/src/views/basic/project/components/GtTable.vue b/ah-jjzhgd-web/src/views/basic/project/components/GtTable.vue
index c04ec78..a7a1d35 100644
--- a/ah-jjzhgd-web/src/views/basic/project/components/GtTable.vue
+++ b/ah-jjzhgd-web/src/views/basic/project/components/GtTable.vue
@@ -173,8 +173,9 @@ export default {
getGtList(this.listQuery).then((response) => {
this.list = response.rows
this.total = response.total
- }).finally(() => {
this.listLoading = false
+ }).finally(() => {
+
})
},
// 查询
@@ -199,8 +200,9 @@ export default {
duration: 2000
})
this.getList()
- }).finally(() => {
this.dialogFormVisible = false
+ }).finally(() => {
+
})
}
})
@@ -224,8 +226,9 @@ export default {
duration: 2000
})
this.getList()
- }).finally(() => {
this.dialogFormVisible = false
+ }).finally(() => {
+
})
}
})
diff --git a/ah-jjzhgd-web/src/views/basic/project/components/ProcessTable.vue b/ah-jjzhgd-web/src/views/basic/project/components/ProcessTable.vue
index 40ca2fb..a4c77da 100644
--- a/ah-jjzhgd-web/src/views/basic/project/components/ProcessTable.vue
+++ b/ah-jjzhgd-web/src/views/basic/project/components/ProcessTable.vue
@@ -205,8 +205,9 @@ export default {
getProcessList(this.listQuery).then((response) => {
this.list = response.rows
this.total = response.total
- }).finally(() => {
this.listLoading = false
+ }).finally(() => {
+
})
},
// 查询
@@ -231,8 +232,9 @@ export default {
duration: 2000
})
this.getList()
- }).finally(() => {
this.dialogFormVisible = false
+ }).finally(() => {
+
})
}
})
@@ -256,8 +258,9 @@ export default {
duration: 2000
})
this.getList()
- }).finally(() => {
this.dialogFormVisible = false
+ }).finally(() => {
+
})
}
})
diff --git a/ah-jjzhgd-web/src/views/basic/project/index.vue b/ah-jjzhgd-web/src/views/basic/project/index.vue
index 3a47e0f..af2da54 100644
--- a/ah-jjzhgd-web/src/views/basic/project/index.vue
+++ b/ah-jjzhgd-web/src/views/basic/project/index.vue
@@ -21,8 +21,7 @@