cuiqian2004
2025-08-29 7662665a4f88da0f8afa804bd4a34dfbefc1fb56
pages/selpsn/index.vue
@@ -34,6 +34,8 @@
   import {
      querySelPsn
   } from "@/api/index.js"
   import {showInfo,
      showError} from "@/js/Page.js"
   export default {
      data() {
         return {
@@ -104,12 +106,7 @@
                  })
                  .catch(ex => {
                     // console.log(ex);
                     uni.showModal({
                        title: this.translateSys("error"),
                        content: ex.errMsg,
                        showCancel: false,
                        confirmText: this.translateSys("close")
                     });
                     showError(ex,  this.translateSys('error') )
                  });
            } else
               this.data = [];
@@ -135,12 +132,8 @@
               }
            }
            if (data.length == 0) {
               uni.showModal({
                  title: this.translateSys("tip"),
                  content: this.translate('tip_no_select_user'),
                  showCancel: false,
                  confirmText: this.translateSys("close")
               });
               showInfo(this.translate('tip_no_select_user'))
               return;
            }
            const eventChannel = this.getOpenerEventChannel();