spring
2 天以前 1b6a698d779bb7c6c32df9faec538c4682597a83
src/views/procurementManagement/procurementLedger/index.vue
@@ -1316,6 +1316,10 @@
        }
      }
      if (form.value.salesLedgerId == -1) {
        form.value.salesLedgerId = null;
      }
      console.log(form.value, "form.value===========");
      dialogFormVisible.value = true;
    } catch (error) {
      console.error("打开表单失败:", error);