父页面的结构

        <el-tab-pane label="派单流程" name="3">
          <iframe ref='3' width="100%" height="480px" :src=dispatchUrl></iframe>
        </el-tab-pane>

父页面中的方法

methods: {
      getOrderInfo() {
      //此处为父页面定义的方法所执行的函数
   },
}

子页面调用

parent.vm.getOrderInfo()
Logo

Vue社区为您提供最前沿的新闻资讯和知识内容

更多推荐