This commit is contained in:
sjl
2024-11-07 16:17:33 +08:00
parent 53d616ee49
commit 4b32e1f215
2 changed files with 3 additions and 12 deletions

View File

@@ -267,7 +267,7 @@
{
formContent.value.arrivedDate = dayjs(formContent.value.arrivedDate).format('YYYY-MM-DD');
}
console.log('1111'+formContent.value.arrivedDate)
//console.log('1111'+formContent.value.arrivedDate)
if (formContent.value.id) {
const result = await updatePqDev(formContent.value);
if(result.code != 'A0000'){