WXL
2025-01-15 0a4cc3cffcf951fc640863fc12793519ff2590ea
测试完成
已修改2个文件
4 ■■■■ 文件已修改
src/views/outsideChainwt.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/outsideChainwtnew.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/outsideChainwt.vue
@@ -383,11 +383,13 @@
        var obj = item.svyLibTemplateTargetoptions.find(
          (items) => items.optioncontent == item.scriptResult
        );
        if (obj) {
        if (obj.isabnormal) {
          console.log(obj.isabnormal);
          form.excep = 1;
          this.excep=1;
        }
        }
      });
      arr.forEach((item) => {
src/views/outsideChainwtnew.vue
@@ -409,11 +409,13 @@
        var obj = item.svyLibTemplateTargetoptions.find(
          (items) => items.optioncontent == item.scriptResult
        );
        if (obj) {
        if (obj.isabnormal) {
          console.log(obj.isabnormal);
          form.excep = 1;
          this.excep = 1;
        }
        }
      });
      arr.forEach((item) => {