@@ -171,7 +171,8 @@ export default {
],
operateRecordVisible: false,
modifyDutyInformationTableVisible: false,
- dialogData: null
+ dialogData: null,
+ isFirst: true,
}
},
created() {
@@ -253,6 +254,7 @@ export default {
this.total = result.total;
})
.finally(() => {
+ this.isFirst = false;
closeLoading();
})
},
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/emergencyAgencies/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/emergencyAgencies/index.vue
index 90236034..585040a5 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/emergencyAgencies/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/emergencyAgencies/index.vue
@@ -27,7 +27,7 @@
-
+
@@ -108,7 +108,8 @@ export default {
key: "dcOrganizations.latitude",
label: "救援外协单位"
}
- ]
+ ],
+ isFirst: true,
}
},
created() {
@@ -171,6 +172,7 @@ export default {
this.setTotal(result.total)
}).finally(() => {
closeLoading();
+ this.isFirst = false;
})
}
}
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/firstResponders/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/firstResponders/index.vue
index a7705ec9..819fd594 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/firstResponders/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/firstResponders/index.vue
@@ -27,7 +27,7 @@
-
+
handleOpenDialogAddEdit(data)" @delete="handleDelete" />
@@ -66,7 +66,8 @@ export default {
searchFormList,
data: [],
addNEditDialogVisible: false,
- dialogData: null
+ dialogData: null,
+ isFirst: true,
}
},
created() {
@@ -153,6 +154,7 @@ export default {
this.setTotal(result.total)
}).finally(() => {
+ this.isFirst = false;
closeLoading();
})
}
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/jurisdictionalManagement/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/jurisdictionalManagement/index.vue
index 9fecdff6..bf70a221 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/jurisdictionalManagement/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/jurisdictionalManagement/index.vue
@@ -28,8 +28,7 @@
-
-
+
{
+ this.isFirst = false;
closeLoading();
})
}
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/coordinateSchedulingRecords/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/coordinateSchedulingRecords/index.vue
index 97b37acc..d986cb28 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/coordinateSchedulingRecords/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/coordinateSchedulingRecords/index.vue
@@ -2,6 +2,13 @@
+
+
+
+
+ 刷新
+
+
@@ -21,6 +28,7 @@
import Pagination from '@screen/components/Pagination.vue';
import InputSearch from '@screen/components/InputSearch/index.vue';
import Card from './components/Card/index.vue';
+import ButtonGradient from '@screen/components/Buttons/ButtonGradient.vue';
export default {
name: 'CoordinateSchedulingRecords',
@@ -28,6 +36,7 @@ export default {
Pagination,
Card,
InputSearch,
+ ButtonGradient
},
data() {
return {
@@ -58,7 +67,7 @@ export default {
.filter {
height: 60px;
display: flex;
- justify-content: flex-end;
+ justify-content: space-between;
}
.body {
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/service/PublishingChannelManagement/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/service/PublishingChannelManagement/index.vue
index 07aba29e..7b8848e4 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/service/PublishingChannelManagement/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/service/PublishingChannelManagement/index.vue
@@ -2,6 +2,13 @@
+
+
+
+
+ 刷新
+
+
@@ -21,13 +28,15 @@
import Pagination from '@screen/components/Pagination.vue';
import InputSearch from '@screen/components/InputSearch/index.vue';
import Card from './components/Card';
+import ButtonGradient from '@screen/components/Buttons/ButtonGradient.vue';
export default {
name: 'PublishingChannelManagement',
components: {
Pagination,
InputSearch,
- Card
+ Card,
+ ButtonGradient
},
}
@@ -46,7 +55,7 @@ export default {
.filter {
height: 60px;
display: flex;
- justify-content: flex-end;
+ justify-content: space-between;
}
.body {