优化页面,修改测试问题

This commit is contained in:
fks-xuxinyue
2024-08-16 15:25:26 +08:00
parent 73b6246203
commit 08acefd9f5
9 changed files with 173 additions and 148 deletions

View File

@@ -109,7 +109,7 @@
.validate()
.then(() => {
console.log('values', formState, toRaw(formState));
formState.value.enterpriseOrgId = orgId.value;
formState.value.orgId = orgId.value;
formState.value.startTime = formState.value.reportScope[0];
formState.value.endTime = formState.value.reportScope[1];
fetch(carbonInventoryCheck.createOrUpdate, formState.value).then((res) => {