Commit 86e30e10 authored by liminge's avatar liminge

服务到期时间

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