From 6ab4732096212e5cb9fde5fd2f5d224513b37e2d Mon Sep 17 00:00:00 2001 From: sunguangming Date: Mon, 29 Jan 2024 10:39:16 +0800 Subject: [PATCH] * Code for project link products bug. --- lib/zin/wg/productsbox/js/v1.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/zin/wg/productsbox/js/v1.js b/lib/zin/wg/productsbox/js/v1.js index e8fad6bbdb..43bd5aab67 100644 --- a/lib/zin/wg/productsbox/js/v1.js +++ b/lib/zin/wg/productsbox/js/v1.js @@ -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}]`});