* Code for project link products bug.

This commit is contained in:
sunguangming
2024-01-29 10:39:35 +08:00
parent a2d50863b9
commit 6ab4732096
+1
View File
@@ -90,6 +90,7 @@ function addNewLine(e)
options.name = `products[${index}]`;
options.defaultValue = '';
options.disabled = false;
new zui.Picker(`.linkProduct #products${index}`, options);
new zui.Picker(`#branch${index}`, {name: `branch[${index}]`, multiple: true, items: []});
new zui.Picker(`#plans${index}`, {items:[], multiple: true, name: `plans[${index}]`});