修改bug

This commit is contained in:
zyx.net
2022-08-18 10:25:33 +08:00
parent a5e53b9947
commit a72b7dafd4
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -1085,7 +1085,7 @@ export default {
/deep/.ant-table td{
white-space: nowrap;
}
.ant-calendar-range-picker-input{
/deep/.ant-calendar-range-picker-input{
width: 46% !important;
}
.title-text {
@@ -70,8 +70,7 @@
:dataSource='areaTable'
:pagination='false'
:loading='loading'
:scroll='{x: 600}'
:scroll="{x: '100%',y:370}"
@change='handleTableChange'>
<span slot="status" slot-scope="text,record" :title="text" >
<a v-if="record.designFlowTaskStatus == 'Compliance'" style='color: #26BD4B'>{{ text }}</a>
@@ -282,6 +281,8 @@ export default {
dutyTerritory:this.formData.dutyTerritory?this.formData.dutyTerritory:'',
projectName:this.formData.projectName?this.formData.projectName:'',
projectNameId:this.formData.projectNameId?this.formData.projectNameId:'',
// pageNo: this.pageNo,
// pageSize: this.pageSize,
}
this.loading = true
getAction('project/lawsComplianceBoard/queryComplianceResultList', params).then((res) => {
@@ -289,6 +290,7 @@ export default {
this.areaTable = res.result.complianceResultList
this.opinionGather = res.result.opinionGather
this.technologyEvaluation = res.result.technologyEvaluation
// this.total = res.result.total
this.loading = false
}else{
this.loading = false
@@ -304,10 +306,12 @@ export default {
downloadFile('/project/lawsComplianceBoard/exportComplianceResultDetail', this.item.serialNumber +'.xls', query, this.Deselect)
},
searchQuery() {
this.pageNo = 1
this.loadData()
},
searchReset() {
this.formData = {}
this.pageNo = 1
this.loadData()
},
handleCancel() {