cuiqian2004
2025-10-17 49dfdd3bf265db28d38167f34e9aabfdd3e8e5db
pages/modal/3018.vue
@@ -308,7 +308,9 @@
   import {
      showInfo,
      showError,
      showModal
      showModal,
      showLoading,
      hideLoading
   } from "@/js/Page.js"
   import pickerAddress from '../../js/pickerAddress/pickerAddress.vue'
   import utils from "@/js/utils.js"
@@ -437,6 +439,7 @@
         },
         async loadData() {
            try {
                  showLoading("loading...")
               const param = this.param
               var edit_dlg = {
                  Model: param.EditDlgMode,
@@ -460,8 +463,10 @@
               }
               $this.classAttrList = result;
               await $this.classGridStyleInfo();
               hideLoading()
            } catch (ex) {
               // console.log(ex);
               hideLoading()
               showError(ex, this.translateSys('error') + " 1")
            }