提交代码
This commit is contained in:
parent
0b39c2ea59
commit
96501c20e5
|
|
@ -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 => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue