shaun-sheep 4 лет назад
Родитель
Сommit
70593115e6
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      src/components/ledger/handsontables/device.vue

+ 4 - 0
src/components/ledger/handsontables/device.vue

@@ -897,6 +897,10 @@ export default {
         })
         param.Content.push(item)
       })
+
+      if (param.Projection.length < 1) {
+        delete param.Projection
+      }
       updateEquip(param, (res) => {
       })
     },