Compare commits

..

No commits in common. "5fd58376fecdff229b017a05b7bb1d0afc8fd6df" and "2c27b76273d455a09b2318de71531e0df3bc1045" have entirely different histories.

View File

@ -106,7 +106,7 @@ const formData = ref({
pjName: undefined,
pjDone: undefined,
pjDescribe: undefined,
pjContent: "<p><br></p>",
pjContent: undefined,
pjType: undefined,
pjEtime: undefined,
pjVtime: undefined,
@ -174,7 +174,7 @@ const resetForm = () => {
pjName: undefined,
pjDone: undefined,
pjDescribe: undefined,
pjContent: "<p><br></p>",
pjContent: undefined,
pjType: undefined,
pjEtime: undefined,
pjVtime: undefined,