gaoluyang
4 天以前 9f5780cecfa5009eda3b3babd864ef29057da80d
src/pages/sales/salesAccount/detail.vue
@@ -616,7 +616,7 @@
};
const setUserInfo = () => {
   form.value.entryPerson = userStore.id;
   form.value.entryPersonName = userStore.name;
   form.value.entryPersonName = userStore.nickName;
   // 设置当天日期
   const today = new Date()
   const year = today.getFullYear()