src/views/business/materialOrder/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/business/materialOrder/index.vue
@@ -208,7 +208,7 @@ // import Inspection from "../do/b1-inspect-order-plan/Inspection.vue"; export default { name: "b1-material-inspection-order", name: "MaterialOrder", // import 引入的组件需要注入到对象中才能使用 components: { limsTable, DownFileDialog, FilesLookVisible, DataLookVisible, ShowInfo, PrintDialog }, data() { src/views/index.vue
@@ -194,7 +194,7 @@ methods: { // 跳转页面 goAddList(m) { this.$router.push(m.jumpPath) this.$router.push({name: 'MaterialOrder'}) }, getList(){ const key = `_${this.currentPage}`