gaoluyang
2025-03-13 22bd0bec18d7f430c88805d594a45977a094bf9b
路由跳转修改
已修改2个文件
4 ■■■■ 文件已修改
src/views/business/materialOrder/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | 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}`