1
chenjingwu
2024-04-10 f6cc0758077ae6392a1951ffef34d90e2ce562be
1
1个文件已修改
2 ■■■ 已修改文件
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1873,7 +1873,7 @@
            });
            addOptions({idList: idList}).then(result=>{
                console.log('result');
                this.addOptionsLogic(result);
                this.addOptionsLogic(JSON.parse(JSON.stringify(result)));
                if(alertExp){
                    this.Alert(alertExp,'error');
                }