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