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
Elements-SY
2023-09-12 15:51:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2af4261ef7398e3f3bb7bec81dd98d0694ba1d04
2af4261e
1 parent
e9042fc9
modify
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
src/views/allocationConfig/flightRandConfig/index.vue
src/views/allocationConfig/preReview/index.vue
src/views/allocationConfig/flightRandConfig/index.vue
View file @
2af4261
...
...
@@ -437,6 +437,7 @@ export default {
cancel() {
this.open = false;
this.findSourceFlightRules();
this.$refs.form.clearValidate();
//this.reset();
},
/** 重置按钮操作 */
...
...
src/views/allocationConfig/preReview/index.vue
View file @
2af4261
...
...
@@ -45,7 +45,7 @@
<el-form ref="addForm" :model="newPre" label-width="auto" label-position="left" size="small" :rules="rules"
@submit.native.prevent>
<el-form-item label="航班号" prop="addFlitNo">
<el-input type="textarea" v-model="fltNo" :rows="7" maxlength="255" show-word-limit placeholder="请输入航班号
,用;分隔
">
<el-input type="textarea" v-model="fltNo" :rows="7" maxlength="255" show-word-limit placeholder="请输入航班号">
</el-input>
</el-form-item>
</el-form>
...
...
Please
register
or
login
to post a comment