diff --git a/jero-web/src/components/globalAdvancedQuery/index.vue b/jero-web/src/components/globalAdvancedQuery/index.vue
index b8e71934d..82c5b4f2b 100644
--- a/jero-web/src/components/globalAdvancedQuery/index.vue
+++ b/jero-web/src/components/globalAdvancedQuery/index.vue
@@ -11,15 +11,15 @@
{{$t('empty')}}
-
+
{{$t('advancedQuery')}}
-
+
- {{$t('advancedQuery')}}
+ {{$t('advancedQuery')}}
+
+ {{ !toggleSearchStatus ? $t('open') : $t('away') }}
+
+
+ {{$t('reset')}}
+ {{$t('query')}}
- {{$t('query')}}
- {{$t('reset')}}
-
- {{ !toggleSearchStatus ? $t('open') : $t('away') }}
-
-
diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/addModel.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/addModel.vue
index 83303ced2..891996117 100644
--- a/jero-web/src/views/businessSupport/regulationReport/components/modules/addModel.vue
+++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/addModel.vue
@@ -45,15 +45,15 @@
-
- {{$t('query')}}
- {{$t('reset')}}
-
- {{ !toggleSearchStatus ? $t('open') : $t('away') }}
-
+
+ {{ !toggleSearchStatus ? $t('open') : $t('away') }}
+
+ {{$t('reset')}}
+ {{$t('query')}}
+
diff --git a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue
index 41ef684b2..e2577d9e7 100644
--- a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue
+++ b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue
@@ -94,15 +94,15 @@
-
- {{$t('query')}}
- {{$t('reset')}}
-
+
{{ !toggleSearchStatus ? $t('open') : $t('away') }}
-
+
+ {{$t('reset')}}
+ {{$t('query')}}
+
diff --git a/jero-web/src/views/otamanagement/upgradeactivity/components/upgradecompletion.vue b/jero-web/src/views/otamanagement/upgradeactivity/components/upgradecompletion.vue
index 8b1479d10..3fa22b2c4 100644
--- a/jero-web/src/views/otamanagement/upgradeactivity/components/upgradecompletion.vue
+++ b/jero-web/src/views/otamanagement/upgradeactivity/components/upgradecompletion.vue
@@ -152,6 +152,7 @@
{{ (formInline.ssjlfj === 'null' || formInline.ssjlfj === '' ||
formInline.ssjlfj == null) ? $t('clickUpload') : $t('viewUploadedFiles')
@@ -243,10 +244,17 @@ export default {
this.showButton=true
}
this.record=record
-
this.visible = true
this.confirmLoading = false
- console.log('555',record);
+ console.log('555',record);
+ getAction('/ota/otaBaSjJssj/queryByOtaId',{otaId:this.record.id}).then(res=>{
+ if(res.code==200){
+ this.formInline=res.result ==null? {list:[{}]} :res.result
+ if(res.result.list==null ||res.result.list.length==0){
+ this.formInline.list=[{}]
+ }
+ }
+ })
this.$nextTick(() => {
this.formInline = { ...this.formInline }
this.$refs.ruleForm.clearValidate()
diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue
index 9fe341730..968fc7dff 100644
--- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue
+++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue
@@ -110,16 +110,15 @@
class="table-page-search-submitButtons">
-
- {{$t('query')}}
- {{$t('reset')}}
-
- {{ !toggleSearchStatus ? $t('open') : $t('away') }}
-
+
+ {{ !toggleSearchStatus ? $t('open') : $t('away') }}
+
+ {{$t('reset')}}
+ {{$t('query')}}
+
diff --git a/jero-web/src/views/projectManagement/components/certificationList/index.vue b/jero-web/src/views/projectManagement/components/certificationList/index.vue
index 48626c18f..0c407627d 100644
--- a/jero-web/src/views/projectManagement/components/certificationList/index.vue
+++ b/jero-web/src/views/projectManagement/components/certificationList/index.vue
@@ -48,12 +48,11 @@
-
- {{ $t('query') }}
- {{ $t('reset') }}
+ {{$t('reset')}}
+ {{$t('query')}}
+
diff --git a/jero-web/src/views/projectManagement/components/listAddModel.vue b/jero-web/src/views/projectManagement/components/listAddModel.vue
index 357bafbd2..e639112d9 100644
--- a/jero-web/src/views/projectManagement/components/listAddModel.vue
+++ b/jero-web/src/views/projectManagement/components/listAddModel.vue
@@ -45,15 +45,15 @@
+
+ {{ !toggleSearchStatus ? $t('open') : $t('away') }}
+
+
+ {{$t('reset')}}
+ {{$t('query')}}
- {{$t('query')}}
- {{$t('reset')}}
-
- {{ !toggleSearchStatus ? $t('open') : $t('away') }}
-
-
diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue
index 34ba87b53..e3c918e25 100644
--- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue
+++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue
@@ -79,12 +79,11 @@
-
- {{ $t('query') }}
- {{ $t('reset') }}
+ {{$t('reset')}}
+ {{$t('query')}}
+
diff --git a/jero-web/src/views/regulationsKanban/index.vue b/jero-web/src/views/regulationsKanban/index.vue
index 7bce34131..2f6e21cb8 100644
--- a/jero-web/src/views/regulationsKanban/index.vue
+++ b/jero-web/src/views/regulationsKanban/index.vue
@@ -54,16 +54,15 @@
-
- {{ $t('query') }}
- {{ $t('reset') }}
-
- {{ !toggleSearchStatus ? $t('open') : $t('away') }}
-
-
+
+ {{ !toggleSearchStatus ? $t('open') : $t('away') }}
+
+
+ {{$t('reset')}}
+ {{$t('query')}}
+