修改bug
This commit is contained in:
@@ -1085,7 +1085,7 @@ export default {
|
|||||||
/deep/.ant-table td{
|
/deep/.ant-table td{
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.ant-calendar-range-picker-input{
|
/deep/.ant-calendar-range-picker-input{
|
||||||
width: 46% !important;
|
width: 46% !important;
|
||||||
}
|
}
|
||||||
.title-text {
|
.title-text {
|
||||||
|
|||||||
@@ -70,8 +70,7 @@
|
|||||||
:dataSource='areaTable'
|
:dataSource='areaTable'
|
||||||
:pagination='false'
|
:pagination='false'
|
||||||
:loading='loading'
|
:loading='loading'
|
||||||
:scroll='{x: 600}'
|
:scroll="{x: '100%',y:370}"
|
||||||
|
|
||||||
@change='handleTableChange'>
|
@change='handleTableChange'>
|
||||||
<span slot="status" slot-scope="text,record" :title="text" >
|
<span slot="status" slot-scope="text,record" :title="text" >
|
||||||
<a v-if="record.designFlowTaskStatus == 'Compliance'" style='color: #26BD4B'>{{ text }}</a>
|
<a v-if="record.designFlowTaskStatus == 'Compliance'" style='color: #26BD4B'>{{ text }}</a>
|
||||||
@@ -282,6 +281,8 @@ export default {
|
|||||||
dutyTerritory:this.formData.dutyTerritory?this.formData.dutyTerritory:'',
|
dutyTerritory:this.formData.dutyTerritory?this.formData.dutyTerritory:'',
|
||||||
projectName:this.formData.projectName?this.formData.projectName:'',
|
projectName:this.formData.projectName?this.formData.projectName:'',
|
||||||
projectNameId:this.formData.projectNameId?this.formData.projectNameId:'',
|
projectNameId:this.formData.projectNameId?this.formData.projectNameId:'',
|
||||||
|
// pageNo: this.pageNo,
|
||||||
|
// pageSize: this.pageSize,
|
||||||
}
|
}
|
||||||
this.loading = true
|
this.loading = true
|
||||||
getAction('project/lawsComplianceBoard/queryComplianceResultList', params).then((res) => {
|
getAction('project/lawsComplianceBoard/queryComplianceResultList', params).then((res) => {
|
||||||
@@ -289,6 +290,7 @@ export default {
|
|||||||
this.areaTable = res.result.complianceResultList
|
this.areaTable = res.result.complianceResultList
|
||||||
this.opinionGather = res.result.opinionGather
|
this.opinionGather = res.result.opinionGather
|
||||||
this.technologyEvaluation = res.result.technologyEvaluation
|
this.technologyEvaluation = res.result.technologyEvaluation
|
||||||
|
// this.total = res.result.total
|
||||||
this.loading = false
|
this.loading = false
|
||||||
}else{
|
}else{
|
||||||
this.loading = false
|
this.loading = false
|
||||||
@@ -304,10 +306,12 @@ export default {
|
|||||||
downloadFile('/project/lawsComplianceBoard/exportComplianceResultDetail', this.item.serialNumber +'.xls', query, this.Deselect)
|
downloadFile('/project/lawsComplianceBoard/exportComplianceResultDetail', this.item.serialNumber +'.xls', query, this.Deselect)
|
||||||
},
|
},
|
||||||
searchQuery() {
|
searchQuery() {
|
||||||
|
this.pageNo = 1
|
||||||
this.loadData()
|
this.loadData()
|
||||||
},
|
},
|
||||||
searchReset() {
|
searchReset() {
|
||||||
this.formData = {}
|
this.formData = {}
|
||||||
|
this.pageNo = 1
|
||||||
this.loadData()
|
this.loadData()
|
||||||
},
|
},
|
||||||
handleCancel() {
|
handleCancel() {
|
||||||
|
|||||||
Reference in New Issue
Block a user