提交 16406f9e 编写于 作者: huangwensu's avatar huangwensu

去学习跳转到项目详情页

上级 fb20526e
......@@ -151,8 +151,8 @@ export default {
window.__refresh = function() {
_this.getUserInfo();
};
this.projectId =
(this.$route && this.$route.query && this.$route.query.projectId) || this.projectId;
// this.projectId =
// (this.$route && this.$route.query && this.$route.query.projectId) || this.projectId;
this.from =
(this.$route && this.$route.query && this.$route.query.from) || this.from;
this.creditId =
......@@ -255,7 +255,6 @@ export default {
applicationCredit() {
let _this = this;
let param = {
// id: _this.projectId,
creditId: _this.project.creditId || 1,
token: _this.token,
setEntry: true
......@@ -289,6 +288,7 @@ export default {
this.POST("cme/credit/latestApplyRecord/" + this.creditId, param).then(
res => {
this.formData = res.data;
this.projectId = this.formData.projectId;
this.statusChanged(this.formData.status);
// this.statusChanged(5);
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册