--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -239,7 +239,7 @@ export default { | ... | @@ -239,7 +239,7 @@ export default { |
| 239 | * @author: renchao | 239 | * @author: renchao |
| 240 | */ | 240 | */ |
| 241 | add(val) { | 241 | add(val) { |
| 242 | if (val != "") { | 242 | if (val != ""&&this.tableData.length>0) { |
| 243 | this.$set(this.tableData[this.currentindex], "shyj", val); | 243 | this.$set(this.tableData[this.currentindex], "shyj", val); |
| 244 | } | 244 | } |
| 245 | }, | 245 | }, | ... | ... |
-
Please register or sign in to post a comment