Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f5e03cda
authored
2022-09-20 15:29:41 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式
1 parent
7dc25f0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/ywbl/fqsq/components/addQlr.vue
src/views/ywbl/fqsq/components/addQlr.vue
View file @
f5e03cd
...
...
@@ -240,7 +240,7 @@ export default {
this
.
$refs
[
'ruleForm'
].
resetFields
();
},
submitForm
()
{
this
.
$refs
[
'ruleForm'
].
validate
((
valid
)
=>
{
this
.
$refs
[
'ruleForm
.
'
].
validate
((
valid
)
=>
{
if
(
valid
)
{
this
.
$emit
(
"input"
,
false
);
}
else
{
...
...
Please
register
or
sign in
to post a comment