diff --git a/src/views/ebiz/institutionalPerform/InstitutionalManpower/components/js/mixins.js b/src/views/ebiz/institutionalPerform/InstitutionalManpower/components/js/mixins.js index b9d05b8e2..42ab3c125 100644 --- a/src/views/ebiz/institutionalPerform/InstitutionalManpower/components/js/mixins.js +++ b/src/views/ebiz/institutionalPerform/InstitutionalManpower/components/js/mixins.js @@ -13,6 +13,7 @@ const myMixin = { created() { var that = this console.log(this) + getApp.closeBtn(that) window.appCallBack = that.appCallBack } diff --git a/src/views/ebiz/institutionalPerform/UnderOffice.vue b/src/views/ebiz/institutionalPerform/UnderOffice.vue index 57ef187a6..2ccdf0145 100644 --- a/src/views/ebiz/institutionalPerform/UnderOffice.vue +++ b/src/views/ebiz/institutionalPerform/UnderOffice.vue @@ -365,12 +365,12 @@ export default { } } }, - created() { - var that = this + // created() { + // var that = this - getApp.closeBtn(that) - window.appCallBack = that.appCallBack - }, + // getApp.closeBtn(that) + // window.appCallBack = that.appCallBac + // }, mounted() { // this.timeVal=this.$route.query.timeVal||"" // this.showText=this.$route.query.showText