diff --git a/src/views/firstLevelDoor/freightVehiclesPort/fleetFilingApplication/components/apply.vue b/src/views/firstLevelDoor/freightVehiclesPort/fleetFilingApplication/components/apply.vue
index 022b30d..084568d 100644
--- a/src/views/firstLevelDoor/freightVehiclesPort/fleetFilingApplication/components/apply.vue
+++ b/src/views/firstLevelDoor/freightVehiclesPort/fleetFilingApplication/components/apply.vue
@@ -226,7 +226,6 @@ export default {
}
},
confirm() {
- this.listLoading = true;
this.$refs.form.validate(valid => {
if (valid) {
requestFN(
@@ -244,6 +243,7 @@ export default {
},
goBack() {
this.$parent.activeName = 'List'
+ window.location.reload();
}
}
}
diff --git a/src/views/firstLevelDoor/freightVehiclesPort/fleetFilingApplication/components/list.vue b/src/views/firstLevelDoor/freightVehiclesPort/fleetFilingApplication/components/list.vue
index f213b37..75e84e1 100644
--- a/src/views/firstLevelDoor/freightVehiclesPort/fleetFilingApplication/components/list.vue
+++ b/src/views/firstLevelDoor/freightVehiclesPort/fleetFilingApplication/components/list.vue
@@ -36,6 +36,7 @@
align="center"/>
+
{{ getAuditType(row.IS_AUDIT) }}
@@ -44,7 +45,7 @@
编辑
- 备案申请
+ 备案申请
删除
@@ -166,6 +167,7 @@ export default{
})
},
handleAdd(){
+ this.form.ADD_MOTORCADE_NAME = ''
this.addLoading = true
},
saveMotorcade(){
diff --git a/src/views/firstLevelDoor/freightVehiclesPort/freightVehicleMaintenance/components/carList.vue b/src/views/firstLevelDoor/freightVehiclesPort/freightVehicleMaintenance/components/carList.vue
index c076774..f1b0115 100644
--- a/src/views/firstLevelDoor/freightVehiclesPort/freightVehicleMaintenance/components/carList.vue
+++ b/src/views/firstLevelDoor/freightVehiclesPort/freightVehicleMaintenance/components/carList.vue
@@ -189,7 +189,6 @@
-
@@ -106,6 +107,7 @@
{
if (valid) {