Browse Source

adm:fix> device文件

shaun-sheep 4 năm trước cách đây
mục cha
commit
70593115e6
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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) => {
       })
     },