gaoluyang
2026-04-08 09a9c230904824f0a73d6be76070d570c7eb0967
src/views/basicData/supplierManage/components/HomeTab.vue
@@ -226,6 +226,7 @@
    if (type === "edit") {
      getSupplier(row.id).then(res => {
        form.value = {
               id: res.data.id || "",
          supplierName: res.data.supplierName || "",
          taxpayerIdentificationNum: res.data.taxpayerIdentificationNum || "",
          maintainUserId: res.data.maintainUserId || userStore.id,