3***@qq.com
3***@qq.com
  • 发布:2018-11-27 18:59
  • 更新:2018-11-27 18:59
  • 阅读:785

代码跳转问题

分类:HBuilderX
mounted: function() {  
        wyCommon.shadeSH("open");  
        wyRtm.resize();  
        wyRtm.tableInit(this);  
        $(".tab-content").css("height", $(window).height() - 250);  
        if(wyRtm.cookie.get("diagnoselevel") == 0) { //上级医院  
            this.csData.csApplySH = false;  
        } else {  
            wyRtm.hospitallistGet(this); //获取上级医院列表  
        }  
        wyRtm.wsConnect();  

    },  
    updated: function() {  

    },  

    methods: {  
        //候诊列表切换  
        resSwitch: function(waitingStatus) {  

            if(waitingStatus) {  
                this.waitingStatus = waitingStatus;  
            } else {  
                this.waitingStatus = ""  
            }  
            wyCommon.shadeSH("open");  
            $("#mdTable").bootstrapTable('refresh', {  
                url: serverUrl + "couples/patientList?token=" + wyRtm.cookie.get("token") + "&waitingStatus=" + this.waitingStatus  
            })  
        },  

类似该种模式的js代码,使用alt+鼠标左键无法跳转至对应方法体里

2018-11-27 18:59 1 条评论 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复