This commit is contained in:
2025-08-28 19:56:38 +08:00
parent ac88bae335
commit 5deabacbdc
3 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
record[fieldCode]['disabled'] = true;
}
// ------------------- 保存時の処理 -------------------
// ------------------- 新規保存時の処理 -------------------
kintone.events.on(['app.record.create.submit.success'], async function (event) {
const api = new KintoneRestAPIClient();
await api.record.updateRecord({
@@ -88,7 +88,7 @@
app: env[appName].appId,
condition: `${keyName} = "${key}" and ${dateKey} >= "${yearRange.start}" and ${dateKey} <= "${yearRange.end}"`
});
await new Promise(resolve => setTimeout(resolve, 3000));
// await new Promise(resolve => setTimeout(resolve, 3000));
return records.map((record) => {
return {

View File

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 83 KiB