修改bug
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user