1
liuying
2024-04-25 4b9a6f3c7ed2a6e94b28459eac5f1f64eb36826d
iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsWarehouse/addForm.vue
@@ -87,7 +87,15 @@
    add(record) {
      this.visible = true
      this.$nextTick(() => {
        this.form.setFieldsValue(
          {
            length: 0,
            width: 0,
            height:0,
          }
        )
      });
    },
    /**