@@ -113,6 +113,7 @@ function bindCategoryValueControl() {
const value = _.find(editCate.value, function (v) {
return v.id == vid;
});
+ $(this).remove();
if (value.delete) { return; }
if (value.relaTenders.length > 0) {