Explorar o código

adm:fix> device文件

shaun-sheep %!s(int64=4) %!d(string=hai) anos
pai
achega
70593115e6
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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) => {
       })
     },