diff --git a/src/components/apass-table.vue b/src/components/apass-table.vue index 42f821847b0298a32f617d0b0746b36d97780cbd..c47f76cceeb47ea9fc5a319bf94172309914c291 100644 --- a/src/components/apass-table.vue +++ b/src/components/apass-table.vue @@ -63,7 +63,7 @@ {{scope.row['cpu_use']}}.00mm - {{scope.row['memory_use']}}.00Mi + {{scope.row['memory_use']}}Mi
{ + temp.push(parseInt(e)) + }); + return temp + }, change_form_aploy(n) { this.is_loading = true; if (n == 1) { @@ -478,7 +485,7 @@ export default { uu: this.evtUuid, values: this.app_set_info, source: this.$route.query.source == "apply" ? "apply" : "", - pvc_id: parseInt(this.select_volumn) + pvc_id: this.parseInt_arr(this.select_volumn) }; } else { //编辑提交