提交代码

This commit is contained in:
jiang 2024-12-18 14:40:23 +08:00
parent 0b39c2ea59
commit 96501c20e5
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ export default {
methods: { methods: {
// //
submitForm() { submitForm() {
this.$refs["form"].validate(valid => { this.$refs["form"].validate(valid => {
if (valid) { if (valid) {
add(this.form).then(response => { add(this.form).then(response => {