修改合同查询操作
This commit is contained in:
parent
b226641a52
commit
b9ce0ed741
@ -255,6 +255,17 @@ export default {
|
|||||||
ec_apply_id: storeValue.ec_apply_id
|
ec_apply_id: storeValue.ec_apply_id
|
||||||
}
|
}
|
||||||
request(apiArr.ecQuery, "POST", params).then(res => {
|
request(apiArr.ecQuery, "POST", params).then(res => {
|
||||||
|
if (res.resp_data.ec_status === 'COMPLETED') {
|
||||||
|
uni.showToast({
|
||||||
|
title: '申请通过',
|
||||||
|
icon: 'success'
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
uni.showToast({
|
||||||
|
title: '申请未通过',
|
||||||
|
icon: 'none'
|
||||||
|
});
|
||||||
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 获取合同类别显示文本
|
// 获取合同类别显示文本
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user