洋浦学校八大中心 德育管理前端

init
gongdi 3 years ago
parent 957c7f84c0
commit a65f6ba46f

@ -3,7 +3,6 @@
<iframe :src="url" allowfullscreen class="iframe-style" id="mainFrame"></iframe> <iframe :src="url" allowfullscreen class="iframe-style" id="mainFrame"></iframe>
</div> </div>
</template> </template>
<script> <script>
let oneLevel = ""; let oneLevel = "";
let twoLevel = ""; let twoLevel = "";
@ -25,6 +24,7 @@
if (this.bussinessType !== '') { if (this.bussinessType !== '') {
path += '&bussinessType=' + this.bussinessType; path += '&bussinessType=' + this.bussinessType;
} }
console.log("path:",path)
return path; return path;
} }
}, },

@ -721,6 +721,7 @@
}, },
// //
onAccessSubsystem: function (systemData) { onAccessSubsystem: function (systemData) {
console.log("systemData:",systemData)
let params = { let params = {
purview_code: systemData.purview_code, purview_code: systemData.purview_code,
showOtherOneLevel: showOtherOneLevel:

Loading…
Cancel
Save