Browse Source

Merge remote-tracking branch 'origin-gitee/master'

old
wangqing 4 years ago
parent
commit
6a5adfaf53
  1. 2
      src/views/project/my/index.vue

2
src/views/project/my/index.vue

@ -280,7 +280,7 @@ export default {
this.dataShowType = type this.dataShowType = type
}, },
toProjectHandle(key, type) { toProjectHandle(key, type) {
this.$router.push({path: '/project/form', query: {key: key, active: type}}) this.$router.push({path: `/project/form/${type}`, query: {key: key, active: type}})
}, },
deleteProject(key) { deleteProject(key) {
this.$api.post('/user/project/delete', {'key': key}).then(res => { this.$api.post('/user/project/delete', {'key': key}).then(res => {

Loading…
Cancel
Save