gaoluyang
2026-04-13 2a6b4ac9ddef9e87789d5b3946b4972ea66752b4
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,