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
jinhui.wang
2022-10-20 13:28:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
383b327a134d1324e8d584bb82fa605ac070bf0f
383b327a
1 parent
8ecdd5e3
文本修正
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
src/views/allocationConfig/flightAllocConfig/info.vue
src/views/basicInformation/goodsStation/index.vue
src/views/allocationConfig/flightAllocConfig/info.vue
View file @
383b327
...
...
@@ -1155,6 +1155,7 @@ export default {
},
//返回
close() {
this.$store.dispatch('tagsView/delView', this.$route)
this.$store.state.tagsView.visitedViews.splice(
this.$store.state.tagsView.visitedViews.findIndex(
(item) => item.path === this.$route.path
...
...
src/views/basicInformation/goodsStation/index.vue
View file @
383b327
...
...
@@ -11,7 +11,7 @@
</el-col>
<el-col :span="6">
<el-form-item label="品名">
<el-input class="formItem" v-model="selectionData.goodsName" placeholder="请输入
货站
名称"
<el-input class="formItem" v-model="selectionData.goodsName" placeholder="请输入
品名
名称"
maxlength="50" clearable />
</el-form-item>
</el-col>
...
...
Please
register
or
login
to post a comment