合同
Showing
1 changed file
with
1 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: 交易合同 | 2 | * @Description: 交易合同 |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2024-03-21 16:55:15 | 4 | * @LastEditTime: 2024-03-21 16:57:09 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class='jyht'> | 7 | <div class='jyht'> |
| ... | @@ -126,7 +126,6 @@ | ... | @@ -126,7 +126,6 @@ |
| 126 | loadQlrxx(this.formData.bsmSldy).then(res => { | 126 | loadQlrxx(this.formData.bsmSldy).then(res => { |
| 127 | let arr = store.getters.dictData['A30'] | 127 | let arr = store.getters.dictData['A30'] |
| 128 | this.tableData.data = res.result | 128 | this.tableData.data = res.result |
| 129 | this.tableData.data = this.tableData.data.concat(this.tableData.data) | ||
| 130 | this.tableData.data.forEach(item => { | 129 | this.tableData.data.forEach(item => { |
| 131 | if (item.zjzl) { | 130 | if (item.zjzl) { |
| 132 | item.zjzlmc = findValueByKey(arr, item.zjzl); | 131 | item.zjzlmc = findValueByKey(arr, item.zjzl); | ... | ... |
-
Please register or sign in to post a comment