This commit is contained in:
parent
b264c3d060
commit
8185e71825
|
|
@ -645,6 +645,9 @@ export default {
|
||||||
// 获取 任务详情数据
|
// 获取 任务详情数据
|
||||||
async GetViewByApply(params) {
|
async GetViewByApply(params) {
|
||||||
const res = await getBackApplyInfo(this.rowId)
|
const res = await getBackApplyInfo(this.rowId)
|
||||||
|
if (res.msg) {
|
||||||
|
this.$message.warning(res.msg)
|
||||||
|
}
|
||||||
console.log(res)
|
console.log(res)
|
||||||
const data = res.data
|
const data = res.data
|
||||||
console.log(data)
|
console.log(data)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue