cuiqian2004
2025-08-01 fa73abee6209cd6f7c62c61c271826f7d413035d
pages/modal/form/index.vue
@@ -480,6 +480,7 @@
                        confirmText: this.translateSys(
                           'close')
                     });
                     if ([0, 2, 3, 4, -1].includes(result.result_type)) {
                     if (result.result_type == 2) {
                     } else if (typeof result.result == 'string') {
@@ -542,6 +543,7 @@
                        });
                        console.log(ex)
                        return
                        }
                     }
                  }
@@ -802,6 +804,7 @@
                           confirmText: this.translateSys(
                              'close')
                        });
                        if ([0, 2, 3, 4, -1].includes(result.result_type)) {
                        if (result.result_type == 2) {
                        } else if (typeof result.result == 'string') {
@@ -867,7 +870,7 @@
                           console.log(ex)
                           return
                        }
                        }
                     }
@@ -1158,6 +1161,7 @@
                     showCancel: false,
                     confirmText: this.translateSys('close')
                  });
                  if ([0, 2, 3, 4, -1].includes(data.result_type)) {
                  if (data.result_type == 2) {
                     $this.setFormValues(data.result || [])
                  } else if (typeof data.result == 'string') {
@@ -1211,6 +1215,7 @@
                     });
                     console.log(ex)
                     return
                     }
                  }
@@ -1324,6 +1329,7 @@
                     showCancel: false,
                     confirmText: $this.translateSys('close')
                  });
                  if ([0, 2, 3, 4, -1].includes(data.result_type)) {
                  if (data.result_type == 2) {
                  } else if (typeof data.result == 'string') {
@@ -1527,7 +1533,7 @@
                     console.log(ex)
                     return
                  }
                  }
               }
            }).catch(ex => {