Skip to content

Commit

Permalink
修改mobile_form缺省校验
Browse files Browse the repository at this point in the history
  • Loading branch information
NoneDay committed Dec 23, 2023
1 parent 110ed0e commit 850d271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions front/public/mobile_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@

},
methods:{
validate_submit(){
this.dync_parentCompent.validate_submit();
}

}
}
</script>
3 changes: 1 addition & 2 deletions front/public/pc_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@
<script>
export default{
mounted(){

console.info("pc form mounted!",this.queryForm)
//console.info("pc form mounted!",this.queryForm)
},
//methods:{
// validate_submit(){
Expand Down

0 comments on commit 850d271

Please sign in to comment.