cuiqian2004
2024-07-12 57a0f71fc9dd53d25431aa74f0201152b38b34f6
pages/modal/3200.vue
@@ -1292,6 +1292,15 @@
                  });
               });
            }
            else{
               uni.showModal({
                  title: this.translateSys("error"),
                  content: this.translate("cannot_related_function"),
                  showCancel: false,
                  confirmText: this.translateSys("cancel")
               });
            }
         },
         //执行后处理事件
         async AfterProcess_Event(clsId, afterProcess_Event, enviroment) {