update去除无用代码

This commit is contained in:
路 范
2021-09-16 14:09:01 +08:00
parent a9a696a03b
commit 80d9a8c08b
2 changed files with 0 additions and 12 deletions

View File

@@ -273,13 +273,6 @@ export default {
console.log('用户无数据,不展示');
},
});
//获取当前数据
// apis.getprjdata({ ticket: this.$route.query.ticket }).then((prjdata) => {
// debugger;
// console.log(prjdata);
// this.user.name = prjdata.data.UserName;
// this.user.identityId = prjdata.data.IdCard;
// });
},
gotoProject(type) {
this.$router.push({