cuiqian2004
2024-08-20 946dae0a8885b529e7755788ba7872503d9f9d9d
pages/modal/3200.vue
@@ -400,6 +400,7 @@
               this.pageindex = 1;
               this.page_size = 3;
               this.query_id = "";
               this.detail1StyleDefList = [];
               await this.loadDataGetList();
            }
@@ -1244,26 +1245,27 @@
         },
         //跳转
         async RelatedFunction(btn, style, enviroment) {
            if (
               btn.Related_Function?.Def_Code == "3018" ||
               btn.Related_Function?.Def_Code == "3037" ||
               btn.Related_Function?.Def_Code == "3200" ||
               btn.Related_Function?.Def_Code == "3201" ||
               btn.Related_Function?.Def_Code == "5600" ||
               btn.Related_Function?.Def_Code == "5601" ||
               btn.Related_Function?.Def_Code == "5602"
            ) {
               let name = btn.Related_Function?.Def_Code
               if (btn.Related_Function?.Def_Code == "3018" || btn.Related_Function?.Def_Code == "3037")
                  name = btn.Related_Function?.Def_Code + "_2"
            const defCode = btn.Related_Function?.Def_Code
               var $this = this;
            if (
               defCode == "3018" ||
               defCode == "3037" ||
               defCode == "3200" ||
               defCode == "3201" ||
               defCode == "5600" ||
               defCode == "5601" ||
               defCode == "5602"
            ) {
               let name = defCode
               if (defCode == "3018" || defCode == "3037")
                  name = defCode + "_2"
               var json = {
                  app_id: appId,
                  app_id: [btn.Related_Function.ID],
               };
               console.log("RelatedFunction2", json);
               this.$store.dispatch('appGetInfo', json).then(success => {
                  // console.log(success);
                  console.log(success);
                  if (success.err_code == 0) {
                     if ((success.result || []).length > 0) {
                        const app = success.result[0]
@@ -1316,7 +1318,7 @@
                     });
                  }
               }).catch(ex => {
                  // console.log(ex);
                  console.log(ex);
                  uni.showModal({
                     title: this.translateSys("error"),
                     content: ex.errMsg,