Bladeren bron

auto commit

gcz 4 jaren geleden
bovenliggende
commit
bd60ccd680
2 gewijzigde bestanden met toevoegingen van 2 en 3 verwijderingen
  1. 0 1
      src/router/index.js
  2. 2 2
      src/views/pms/origin/index.vue

+ 0 - 1
src/router/index.js

@@ -73,7 +73,6 @@ export const asyncRouterMap = [
         component: () => import('@/views/pms/origin/add'),
         meta: {title: '添加生产地'},
         hidden: true
-        
       },
       {
         path: 'updateOrigin',

+ 2 - 2
src/views/pms/origin/index.vue

@@ -199,7 +199,7 @@
         this.getList();
       },
       handleAddorigin() {
-        this.$router.push({path:'/ums/addorigin'});
+        this.$router.push({path:'/pms/addorigin'});
       },
       handleDelete(index, row) {
         this.$confirm('是否要删除该供应商?', '提示', {
@@ -222,7 +222,7 @@
         });
       },
       handleUpdateorigin(index,row){
-        this.$router.push({path:'/ums/updateorigin',query:{id:row.id}});
+        this.$router.push({path:'/pms/updateorigin',query:{id:row.id}});
       },
       getList() {
         this.listLoading = true;