* [bug#53260,done,0.5h] After clearing the charter, the product's change event should not be triggered.

This commit is contained in:
hufangzhou
2024-07-31 13:53:19 +08:00
committed by 王于听
parent b0f93dac90
commit ff88a41226
+1 -1
View File
@@ -288,7 +288,7 @@ class productsBox extends wg
setClass('grow'),
picker
(
$type == 'plan' ? bind::change('loadBranches(event)') : setData(array('on' => 'change', 'call' => 'loadBranches', 'params' => 'event')),
setData(array('on' => 'change', 'call' => 'loadBranches', 'params' => 'event')),
set::name("products[$i]"),
set::value($product->id),
set::items($productItems),