提交代码
This commit is contained in:
parent
0b39c2ea59
commit
96501c20e5
|
|
@ -138,7 +138,6 @@ export default {
|
|||
methods: {
|
||||
// 数据提交
|
||||
submitForm() {
|
||||
|
||||
this.$refs["form"].validate(valid => {
|
||||
if (valid) {
|
||||
add(this.form).then(response => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue