Commit 2819d44b authored by liminge's avatar liminge

申请服务详情

parent 20e9fd13
...@@ -1123,6 +1123,15 @@ export default { ...@@ -1123,6 +1123,15 @@ export default {
if (data.data_service_type1_name != "数据服务") { if (data.data_service_type1_name != "数据服务") {
this.servicead_arr = this.servicead_arr.slice(0, 4); this.servicead_arr = this.servicead_arr.slice(0, 4);
} }
if(data.service_apply_info.approval_status == 3){
//审批通过
this.servicead_arr.unshift({
title: "Authorization:",
info: data.service_apply_info.apaas_token,
})
}
console.log(data.service_apply_info); console.log(data.service_apply_info);
if (data.service_apply_info.approval_process) { if (data.service_apply_info.approval_process) {
data.service_apply_info.approval_process.forEach((e) => { data.service_apply_info.approval_process.forEach((e) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment