Showing
2 changed files
with
2 additions
and
1 deletions
| ... | @@ -1155,6 +1155,7 @@ export default { | ... | @@ -1155,6 +1155,7 @@ export default { |
| 1155 | }, | 1155 | }, |
| 1156 | //返回 | 1156 | //返回 |
| 1157 | close() { | 1157 | close() { |
| 1158 | + this.$store.dispatch('tagsView/delView', this.$route) | ||
| 1158 | this.$store.state.tagsView.visitedViews.splice( | 1159 | this.$store.state.tagsView.visitedViews.splice( |
| 1159 | this.$store.state.tagsView.visitedViews.findIndex( | 1160 | this.$store.state.tagsView.visitedViews.findIndex( |
| 1160 | (item) => item.path === this.$route.path | 1161 | (item) => item.path === this.$route.path | ... | ... |
| ... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
| 11 | </el-col> | 11 | </el-col> |
| 12 | <el-col :span="6"> | 12 | <el-col :span="6"> |
| 13 | <el-form-item label="品名"> | 13 | <el-form-item label="品名"> |
| 14 | - <el-input class="formItem" v-model="selectionData.goodsName" placeholder="请输入货站名称" | 14 | + <el-input class="formItem" v-model="selectionData.goodsName" placeholder="请输入品名名称" |
| 15 | maxlength="50" clearable /> | 15 | maxlength="50" clearable /> |
| 16 | </el-form-item> | 16 | </el-form-item> |
| 17 | </el-col> | 17 | </el-col> | ... | ... |
-
Please register or login to post a comment