Jelajahi Sumber

定额库编辑器,人材机消耗量修改后显示应刷新。

zhongzewei 7 tahun lalu
induk
melakukan
dfa0777a0a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      web/maintain/ration_repository/js/gljSelect.js

+ 1 - 1
web/maintain/ration_repository/js/gljSelect.js

@@ -126,7 +126,7 @@ let gljSelOprObj = {
                 }
                 if(!isExist){
                     thisGlj.consumeAmt = 0;
-                    me.selectedList.push(thisGlj);
+                    me.selectedList.push(_.cloneDeep(thisGlj));
                 }
             }
             else if(val === false){