--no commit message
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -182,7 +182,7 @@ export default { | ... | @@ -182,7 +182,7 @@ export default { |
| 182 | } | 182 | } |
| 183 | }); | 183 | }); |
| 184 | this.$endLoading(); | 184 | this.$endLoading(); |
| 185 | 185 | ||
| 186 | } | 186 | } |
| 187 | 187 | ||
| 188 | }); | 188 | }); |
| ... | @@ -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