Commit 01ebd0ff authored by zhangxuanyu's avatar zhangxuanyu

数据参数

parent 961f3ade
...@@ -215,7 +215,8 @@ export default { ...@@ -215,7 +215,8 @@ export default {
objs.auth = data.organization_name; objs.auth = data.organization_name;
objs.size = ""; objs.size = "";
objs.count = ""; objs.count = "";
data.request_spcs_info.forEach((el) => { let request_spcs_info = data.request_spcs_info||[]
request_spcs_info.forEach((el) => {
if (service_data.spec_id == el.id) { if (service_data.spec_id == el.id) {
let size = ""; let size = "";
let count = ""; let count = "";
......
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