This commit is contained in:
parent
8185e71825
commit
0bb1823d79
|
|
@ -866,7 +866,7 @@ export default {
|
||||||
// 获取 任务详情数据
|
// 获取 任务详情数据
|
||||||
async GetViewByApply(params) {
|
async GetViewByApply(params) {
|
||||||
const res = await getBackApplyInfo(this.rowId)
|
const res = await getBackApplyInfo(this.rowId)
|
||||||
if (res.msg) {
|
if (res.msg && res.msg != '操作成功') {
|
||||||
this.$message.warning(res.msg)
|
this.$message.warning(res.msg)
|
||||||
}
|
}
|
||||||
console.log(res)
|
console.log(res)
|
||||||
|
|
|
||||||
|
|
@ -645,7 +645,7 @@ export default {
|
||||||
// 获取 任务详情数据
|
// 获取 任务详情数据
|
||||||
async GetViewByApply(params) {
|
async GetViewByApply(params) {
|
||||||
const res = await getBackApplyInfo(this.rowId)
|
const res = await getBackApplyInfo(this.rowId)
|
||||||
if (res.msg) {
|
if (res.msg && res.msg != '操作成功') {
|
||||||
this.$message.warning(res.msg)
|
this.$message.warning(res.msg)
|
||||||
}
|
}
|
||||||
console.log(res)
|
console.log(res)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue