Explorar o código

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

zhongzewei %!s(int64=7) %!d(string=hai) anos
pai
achega
dfa0777a0a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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){