We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b76d9 commit db8fa14Copy full SHA for db8fa14
frontend/src/views/cronjob/cronjob/operate/index.vue
@@ -834,7 +834,7 @@ const search = async () => {
834
form.type = res.data.type;
835
form.specCustom = res.data.specCustom;
836
form.spec = res.data.spec;
837
- form.specs = res.data.specs;
+ form.specs = res.data.specs || [];
838
if (!form.specCustom && form.spec) {
839
let objs = [];
840
for (const item of res.data.spec.split(',')) {
0 commit comments