Merge branch release/22.0.beta of zentao/zentaopms (#13454)

This commit is contained in:
刘刚
2026-01-23 14:44:20 +08:00
committed by Gitfox
3 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -19,6 +19,7 @@ window.checkZAIPanel = async function(showMessage)
window.openPageForm = function(url, data, callback)
{
return new Promise((resolve, reject) => {
localStorage.setItem('aiResult', JSON.stringify(data));
const openedApp = openUrl(url);
if(!openedApp) return;
let updateTimer = 0;
@@ -172,7 +173,6 @@ window.executeZentaoPrompt = async function(info, testingMode)
};
diffView = h`<h6>${info.targetFormName}</h6><div class="ring rounded p-2 article whitespace-prewrap col gap-2 success-pale">${Object.entries(result).map(entry => renderProp(entry[0], entry[1]))}</div>`;
}
localStorage.setItem('aiResult', JSON.stringify(result));
return {
view: [response.title ? h`<h4>${response.title}</h4>` : null, diffView, explainView],
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long