# Conflicts: # src/views/statisticalReport/govProcure.vue
@ -56,6 +56,7 @@ export default {
page: 1,
page_size: 10,
keyword: "",
is_auth: 1
},
total: 0,
list: [],
@ -118,7 +118,8 @@ export default {
select: {
keyword: ''
keyword: '',
@ -435,9 +435,9 @@ export default {
})
tableSelect (selections) {
console.log(selections)
this.selections = selections;
this.list = [...this.list]
this.$nextTick(() => this.$refs['xyTable'].doLayout())
toExport() {
@ -19,7 +19,7 @@
</div>
<div class="xy-table-item-content">
<el-cascader
:options="[{children:lists,project_name:'根项目',id:0}]"
:options="[{children:lists,project_name:'总包项目',id:0}]"
:props="{ checkStrictly: true, label: 'project_name', value: 'id' }"
:value="form.pid"
clearable
@ -131,6 +131,7 @@ export default {
year:""