Explorar el Código

分类值删除

laiguoran hace 5 años
padre
commit
7132380501
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/public/js/category.js

+ 1 - 0
app/public/js/category.js

@@ -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) {