Showing
1 changed file
with
0 additions
and
4 deletions
| @@ -264,10 +264,6 @@ export default { | @@ -264,10 +264,6 @@ export default { | ||
| 264 | } else if (categoryName.includes('D') || categoryName.includes('d')) { | 264 | } else if (categoryName.includes('D') || categoryName.includes('d')) { |
| 265 | return 'category_D' | 265 | return 'category_D' |
| 266 | } | 266 | } |
| 267 | - }, | ||
| 268 | - getFormValues() { | ||
| 269 | - const m = this.form || {} | ||
| 270 | - return JSON.parse(JSON.stringify(m)) | ||
| 271 | } | 267 | } |
| 272 | } | 268 | } |
| 273 | } | 269 | } |