Commit bda9d36f authored by “yiyousong”'s avatar “yiyousong”

perf:优化新增数据字段

parent 0c6f8a19
...@@ -458,6 +458,12 @@ export default { ...@@ -458,6 +458,12 @@ export default {
value: "", value: "",
}, },
]; ];
this.apiParams = [
{
key: "",
value: "",
},
];
} }
}, },
}, },
...@@ -483,4 +489,4 @@ export default { ...@@ -483,4 +489,4 @@ export default {
flex-direction: column !important; flex-direction: column !important;
} }
} }
</style> </style>
\ No newline at end of file
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