修改禅道已知bug

This commit is contained in:
qq787203167
2022-06-20 17:45:33 +08:00
parent b40b28addd
commit d0d13171f1
6 changed files with 23 additions and 7 deletions
+3 -3
View File
@@ -902,11 +902,11 @@ module.exports = {
testReportLocation: 'Report Location',
explain: 'Comment',
dataCannotEmpty: 'Data Cannot Empty',
documentDynamics: 'Document Dynamics',
documentDynamics: 'Document Update',
theNumberAgain: 'The number already exists and cannot be added again',
myList: 'My to-do list',
myNews: 'My News',
monthlyReportRegulations: 'Monthly report regulations',
myNews: 'My Message',
monthlyReportRegulations: 'Regulation Monthly Report',
Pending: 'Pending',
custom: 'Custom',
notSelected: 'Not selected',
+1 -1
View File
@@ -868,7 +868,7 @@ module.exports = {
listConfirmationProgress: '清单确认进度',
taskConfirmationProgress: '任务确认进度',
designComplianceConfirmationProgress: '设计符合性确认进度',
preHomeConfirmProgress: 'Pre-Home确认进度',
preHomeConfirmProgress: 'Pre-Homo确认进度',
verificationComplianceConfirmationProgress: '验证符合性确认进度',
totalTable: '总数',
applicableSupplement: '适用增补件',
@@ -39,7 +39,7 @@
:row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
:columns="columns"
:dataSource="dataSource"
:scroll="{x: 1600}"
:scroll="{x: '100%'}"
:pagination="ipagination"
:loading="loading"
@change="handleTableChange">
@@ -124,7 +124,10 @@
}
},
mounted() {
this.getList()
this.conList = []
// if (!this.queryParam.selectValue) {
// this.getList()
// }
},
methods: {
checkedClick(item) {
@@ -105,12 +105,25 @@
this.$refs.wholeRef.searchData(this.selectValueTwo)
}
})
} else {
this.$nextTick(() => {
if (this.$refs.wholeRef) {
this.$refs.wholeRef.searchData()
}
})
}
},
methods: {
callback(key) {
this.active = key
this.selectValueTwo = ''
if (this.active == this.$t('whole')) {
this.$nextTick(() => {
if (this.$refs.wholeRef) {
this.$refs.wholeRef.searchData()
}
})
}
},
ResetSearch() {
this.selectValueTwo = ''
@@ -61,7 +61,7 @@
:row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
:columns="columns"
:dataSource="dataSource"
:scroll="{x: 1600}"
:scroll="{x: '100%'}"
:pagination="ipagination"
:loading="loading"
@change="handleTableChange">