|
|
@ -311,7 +311,6 @@ export default { |
|
|
for (let i = 0; i < this.proofDocumentList.length; i++) { |
|
|
for (let i = 0; i < this.proofDocumentList.length; i++) { |
|
|
this.proofDocumentList[i].buNo = this.proofDocumenCurrentRow.buNo |
|
|
this.proofDocumentList[i].buNo = this.proofDocumenCurrentRow.buNo |
|
|
} |
|
|
} |
|
|
console.log(this.proofDocumentList) |
|
|
|
|
|
if (this.totalPage > 0) { |
|
|
if (this.totalPage > 0) { |
|
|
// 设置选中行 |
|
|
// 设置选中行 |
|
|
this.$refs.proofDocumentTable.setCurrentRow(this.proofDocumentList[0]) |
|
|
this.$refs.proofDocumentTable.setCurrentRow(this.proofDocumentList[0]) |
|
|
|