gaoluyang
2026-04-13 8176110122c4b95bc7db5cadc02c23542661448f
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,