1
This commit is contained in:
@@ -126,21 +126,18 @@
|
||||
};
|
||||
},
|
||||
created: function() {
|
||||
// this.initLinkOrcid();
|
||||
this.initLinkOrcid();
|
||||
},
|
||||
methods: {
|
||||
//推送记录信息
|
||||
initLinkOrcid() {
|
||||
// this.$message.success(this.query.account);
|
||||
|
||||
// this.$api
|
||||
// .post('api/User/getUserForOrcid', this.query)
|
||||
// .then((res) => {
|
||||
// alert('okokok!!!!');
|
||||
// })
|
||||
// .catch((err) => {
|
||||
// console.log(err);
|
||||
// });
|
||||
this.$api
|
||||
.post('api/User/getUserForOrcid', this.query)
|
||||
.then((res) => {
|
||||
alert('okokok!!!!');
|
||||
})
|
||||
.catch((err) => {
|
||||
console.log(err);
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user