isdata-customer-sdk 0.2.33 → 0.2.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32606,7 +32606,7 @@ const check = element => {
32606
32606
  }
32607
32607
  }
32608
32608
  // 检查删除确认对话框按钮 取消 确认
32609
- if (classes.contains("ant-btn")) {
32609
+ if (classes.contains("ant-btn") && !classes.contains("saveBtn")) {
32610
32610
  let innerHTML = element.innerHTML;
32611
32611
  if (innerHTML.includes("Cancel") || innerHTML.includes("取消")) {
32612
32612
  // console.log("检查smardaten平台 Tip提问取消删除按钮:",innerHTML);