* execution: append [] to picker's name attribute, finish task #110882, fix bug #43175.

This commit is contained in:
liugang
2024-01-10 15:56:51 +08:00
parent b8372cd45b
commit 81812b7e8a
+1 -1
View File
@@ -200,7 +200,7 @@ window.loadPlans = function(product, branch)
new zui.Picker(`#plans${productID}`, {
items: data,
multiple: true,
name: `plans[${productID}]`,
name: `plans[${productID}][]`,
});
}
});