user5 преди 1 година
родител
ревизия
9d0033d8f3

+ 1 - 1
src/views/flowable/extension/FlowCopyList.vue

@@ -97,7 +97,7 @@
 					></vxe-column>
 					<vxe-column
 						title="操作"
-						width="150px"
+						width="200px"
 						type="html"
 						fixed="right"
 						align="center"

+ 1 - 1
src/views/jy/knowledgeShare/InfoList.vue

@@ -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>
 

+ 4 - 1
src/views/jy/project/OutInstanceForm.vue

@@ -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()
 				})
 
 			},

+ 1 - 0
src/views/jy/project/ProjectArchiveForm.vue

@@ -636,6 +636,7 @@
 			getFiles(){
 				this.projectInfoService.getAttachmentList(this.inputForm.projectId,this.inputForm.id).then((data) => {
 					this.tableData = data
+					this.tableKey = Math.random()
 				})
 
 			},

+ 1 - 2
src/views/jy/project/ProjectEiaForm.vue

@@ -619,9 +619,8 @@
 			getFiles(){
 				this.projectInfoService.getAttachmentList(this.inputForm.projectId,this.inputForm.id).then((data) => {
 					this.tableData = data
-					console.log('data',data)
+					this.tableKey = Math.random()
 				})
-
 			},
 			getSize (value) {
 				if (this.commonJS.isEmpty(value)) {