style:权利人信息
Showing
1 changed file
with
7 additions
and
8 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-16 16:44:04 | 4 | * @LastEditTime: 2023-08-17 14:30:26 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div> | 7 | <div> |
| ... | @@ -124,12 +124,12 @@ | ... | @@ -124,12 +124,12 @@ |
| 124 | let that = this | 124 | let that = this |
| 125 | this.$nextTick(() => { | 125 | this.$nextTick(() => { |
| 126 | if (val.length == 0 || !val) { | 126 | if (val.length == 0 || !val) { |
| 127 | that.tableDataList = _.cloneDeep([{ | 127 | // that.tableDataList = _.cloneDeep([{ |
| 128 | sqrmc: '', | 128 | // sqrmc: '', |
| 129 | dlrzjlx: '', | 129 | // dlrzjlx: '', |
| 130 | dlrzjh: '', | 130 | // dlrzjh: '', |
| 131 | fr: '' | 131 | // fr: '' |
| 132 | }]) | 132 | // }]) |
| 133 | } else { | 133 | } else { |
| 134 | that.tableDataList = _.cloneDeep(val) | 134 | that.tableDataList = _.cloneDeep(val) |
| 135 | } | 135 | } |
| ... | @@ -193,7 +193,6 @@ | ... | @@ -193,7 +193,6 @@ |
| 193 | } | 193 | } |
| 194 | }, | 194 | }, |
| 195 | 195 | ||
| 196 | // 删除 | ||
| 197 | /** | 196 | /** |
| 198 | * @description: 删除 | 197 | * @description: 删除 |
| 199 | * @param {*} index | 198 | * @param {*} index | ... | ... |
-
Please register or sign in to post a comment