民生付
Showing
1 changed file
with
1 additions
and
3 deletions
| ... | @@ -7,9 +7,7 @@ | ... | @@ -7,9 +7,7 @@ |
| 7 | method="post" | 7 | method="post" |
| 8 | :action="url" | 8 | :action="url" |
| 9 | > | 9 | > |
| 10 | <textarea name="context" style="width: 100%;height: 400px;"> | 10 | <textarea v-model="formData" name="context" style="width: 100%;height: 400px;" /> |
| 11 | {{ formData }} | ||
| 12 | </textarea> | ||
| 13 | <button type="submit">提交</button> | 11 | <button type="submit">提交</button> |
| 14 | </form> | 12 | </form> |
| 15 | </div> | 13 | </div> | ... | ... |
-
Please register or sign in to post a comment