gaoluyang
8 天以前 a6f97a0ed4d838a8d27b75b3b4869adba97f3963
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,