Commit 86e30e10 authored by liminge's avatar liminge

服务到期时间

parent 2819d44b
...@@ -948,7 +948,7 @@ export default { ...@@ -948,7 +948,7 @@ export default {
this.$set( this.$set(
this.service_header_arr["first"][2], this.service_header_arr["first"][2],
"text", "text",
data.service_apply_info.service_end_time data.service_apply_info.request_end_time
.replace(/T|Z/g, " ") .replace(/T|Z/g, " ")
.split("+")[0] .split("+")[0]
); );
...@@ -1131,7 +1131,7 @@ export default { ...@@ -1131,7 +1131,7 @@ export default {
info: data.service_apply_info.apaas_token, 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