update去除无用代码
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user