|
@@ -208,7 +208,6 @@ export default {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
onSubmit(){
|
|
onSubmit(){
|
|
|
- console.log(this.form,'form111')
|
|
|
|
|
this.$refs.formRef.validate(async (valid)=>{
|
|
this.$refs.formRef.validate(async (valid)=>{
|
|
|
if (!valid) return false
|
|
if (!valid) return false
|
|
|
const res = await this.$api.requested({
|
|
const res = await this.$api.requested({
|