Commit 9c3895aa authored by 张洋's avatar 张洋

修改

parent 48870cb7
Pipeline #72686 passed with stage
...@@ -1128,6 +1128,15 @@ export default { ...@@ -1128,6 +1128,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) => {
......
This diff is collapsed.
This diff is collapsed.
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