fuliqi
2025-02-10 0f309e9109ded796fefaccf02ead786a05e8eec9
办理期限
1个文件已修改
2 ■■■ 已修改文件
src/components/Process/panel/taskListener.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/Process/panel/taskListener.vue
@@ -429,7 +429,7 @@
        // 0-0 格式
        const regex = /^(\d{1,3})-(\d{1,2})$/;
        for (let i = 0; i < this.listenerForm.fields.length; i++) {
          if (this.listenerForm.fields[i].name === '红码时长' || this.listenerForm.fields[i].name === '黄码时长') {
          if (this.listenerForm.fields[i].name === '红码时长' || this.listenerForm.fields[i].name === '黄码时长' || this.listenerForm.fields[i].name === '办理期限') {
            const match = this.listenerForm.fields[i].string.match(regex);
            if (match) {
              const hours1 = parseInt(match[1], 10);