退料5
This commit is contained in:
parent
c29db53cc7
commit
188cc9672d
|
|
@ -422,7 +422,7 @@ export default {
|
||||||
// console.log('this.$route.query.isEdit', this.$route.query.isEdit)
|
// console.log('this.$route.query.isEdit', this.$route.query.isEdit)
|
||||||
this.isEdit = this.$route.query.isEdit;
|
this.isEdit = this.$route.query.isEdit;
|
||||||
if (this.$route.query.Id) {
|
if (this.$route.query.Id) {
|
||||||
this.getViewByApply(this.$route.query.Id)
|
this.GetViewByApply(this.$route.query.Id)
|
||||||
}
|
}
|
||||||
getInfo().then(res => {
|
getInfo().then(res => {
|
||||||
this.companyId = res.user.companyId
|
this.companyId = res.user.companyId
|
||||||
|
|
@ -488,7 +488,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
// 获取 任务详情数据
|
// 获取 任务详情数据
|
||||||
async getViewByApply(Id) {
|
async GetViewByApply(Id) {
|
||||||
const res = await getViewByApply({ id:Id })
|
const res = await getViewByApply({ id:Id })
|
||||||
const data = res.data.rows[0]
|
const data = res.data.rows[0]
|
||||||
this.queryParams.unitId = data.unitId
|
this.queryParams.unitId = data.unitId
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue