@@ -97,7 +97,7 @@
></vxe-column>
<vxe-column
title="操作"
- width="150px"
+ width="200px"
type="html"
fixed="right"
align="center"
@@ -54,7 +54,7 @@
</template>
</vxe-column>
<vxe-column width="150" title="发帖人" field="createName" align="left"></vxe-column>
- <vxe-column width="150" title="发帖时间" field="createTime"></vxe-column>
+ <vxe-column width="200" title="发帖时间" field="createTime"></vxe-column>
<vxe-column width="100" title="阅读量" field="visitNum"></vxe-column>
<vxe-column width="100" title="回复量" field="commentNum"></vxe-column>
@@ -118,6 +118,7 @@
ref="clientTable"
class="vxe-table-element"
style="margin-left: 5em"
+ :key="tableKey"
:row-config="{keyField: 'id'}"
:column-config="{resizable: true}"
@@ -258,7 +259,8 @@
},
keyWatch: '',
tabName:'',
- tableData: []
+ tableData: [],
+ tableKey :'1'
}
ProjectInfoService:null,
@@ -422,6 +424,7 @@
getFiles(){
this.projectInfoService.getAttachmentList(this.inputForm.projectId,this.inputForm.id).then((data) => {
this.tableData = data
+ this.tableKey = Math.random()
})
@@ -636,6 +636,7 @@
@@ -619,9 +619,8 @@
- console.log('data',data)
-
getSize (value) {
if (this.commonJS.isEmpty(value)) {