gaoluyang
4 天以前 9f5780cecfa5009eda3b3babd864ef29057da80d
src/pages/sales/invoicingRegistration/add.vue
@@ -358,7 +358,7 @@
      productData.value = res.productData;
      form.value = { ...res };
      // 设置默认录入人
      form.value.createUer = userStore.name || ''
      form.value.createUer = userStore.nickName || ''
      
      // 设置默认日期
      const today = new Date()