-
-
{{$t('VirtualListName')}}
+
+ {{$t('CertificationListName')}}
-
@@ -87,7 +87,7 @@
selectedRowKeys: [],
columns: [
{
- title: this.$t('VirtualListName'),
+ title: this.$t('CertificationListName'),
dataIndex: 'name',
align: 'left',
ellipsis: true,
@@ -155,11 +155,17 @@
let query = {
pageNo: this.pageNo,
pageSize: this.pageSize,
- ...this.queryParam
+ ...this.queryParam,
+ state:'1',
}
this.loading = true
getAction('/authDummy/authDummyInventoryBaseEO/page', query).then((res) => {
if (res.success) {
+ if (res.result.current > 1 && res.result.records.length == 0) {
+ this.pageNo = 1
+ this.replacePage()
+ return
+ }
this.dataList = res.result.records || []
this.total = res.result.total
this.loading = false
diff --git a/jero-web/src/views/projectManagement/components/certificationList/components/transferListvirtal.vue b/jero-web/src/views/projectManagement/components/certificationList/components/transferListvirtal.vue
index 9416a4fd8..a23a71c49 100644
--- a/jero-web/src/views/projectManagement/components/certificationList/components/transferListvirtal.vue
+++ b/jero-web/src/views/projectManagement/components/certificationList/components/transferListvirtal.vue
@@ -32,9 +32,9 @@
-
+
+
+
{{$t('query')}}
{{$t('reset')}}
@@ -180,8 +180,8 @@ export default {
this.pageNo = 1
this.queryParam = {}
this.replacePage()
- this.$refs.globalAdvancedQueryRef.resetLine()
- this.$refs.globalAdvancedQueryRef.emitCallback()
+ // this.$refs.globalAdvancedQueryRef.resetLine()
+ // this.$refs.globalAdvancedQueryRef.emitCallback()
},
onChange(page, pageSize) {
this.pageNo = page
@@ -192,19 +192,19 @@ export default {
this.pageSize = pageSize
this.replacePage()
},
- handleSuperQuery(params, matchType) {
- let sqp = {}
- if (!params || (params && params.length == 0)) {
- sqp['superQueryParams'] = ''
- this.$refs.globalAdvancedQueryRef.superQueryFlag = false
- } else {
- this.$refs.globalAdvancedQueryRef.superQueryFlag = true
- sqp['superQueryParams'] = encodeURI(JSON.stringify(params))
- sqp['superQueryMatchType'] = matchType
- }
- this.queryParamQuery = sqp
- this.replacePage()
- },
+ // handleSuperQuery(params, matchType) {
+ // let sqp = {}
+ // if (!params || (params && params.length == 0)) {
+ // sqp['superQueryParams'] = ''
+ // this.$refs.globalAdvancedQueryRef.superQueryFlag = false
+ // } else {
+ // this.$refs.globalAdvancedQueryRef.superQueryFlag = true
+ // sqp['superQueryParams'] = encodeURI(JSON.stringify(params))
+ // sqp['superQueryMatchType'] = matchType
+ // }
+ // this.queryParamQuery = sqp
+ // this.replacePage()
+ // },
replacePage() {
let query = {
// pageNo: this.pageNo,
diff --git a/jero-web/src/views/projectManagement/components/certificationList/index.vue b/jero-web/src/views/projectManagement/components/certificationList/index.vue
index 44cbc496d..7f30ea37e 100644
--- a/jero-web/src/views/projectManagement/components/certificationList/index.vue
+++ b/jero-web/src/views/projectManagement/components/certificationList/index.vue
@@ -96,7 +96,8 @@
-
+
{{ $t('CertificationDirectory') }}
@@ -377,7 +378,8 @@