Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
1730532197@qq.com
2021-12-15 17:04:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cbec370a96b5f2c8e8431cccd42bc492440fdf4a
cbec370a
1 parent
9a582745
lwj
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
src/views/systemConfig/userConfig/index.vue
src/views/systemConfig/userConfig/index.vue
View file @
cbec370
...
...
@@ -306,6 +306,7 @@
// 表单参数
form: {
},
// 表单校验
rules: {
...
...
@@ -322,7 +323,7 @@
kindId: [{
required: true,
message: "航班种类不能为空",
trigger: "
blur
"
trigger: "
change
"
}],
originalWeight: [{
required: true,
...
...
@@ -510,8 +511,6 @@
this.form = {};
this.resetForm("form");
},
// 取消按钮
cancel() {
this.open = false;
...
...
Please
register
or
login
to post a comment