|
@ -15,7 +15,6 @@
|
|
<div id="app" >
|
|
<div id="app" >
|
|
<nav class="header">
|
|
<nav class="header">
|
|
<span id="text">查看字典</span>
|
|
<span id="text">查看字典</span>
|
|
<span id="close" @click='windowClose'>X</span>
|
|
|
|
</nav>
|
|
</nav>
|
|
<el-container style="height: 100%;">
|
|
<el-container style="height: 100%;">
|
|
<el-aside style="width: 200px; ">
|
|
<el-aside style="width: 200px; ">
|
|
@ -83,11 +82,6 @@
|
|
this.code = 'TD_LAB_EXAM_TYPE',
|
|
this.code = 'TD_LAB_EXAM_TYPE',
|
|
this.initData()
|
|
this.initData()
|
|
},
|
|
},
|
|
windowClose: function () {
|
|
|
|
top.layer.close(top.layer.getFrameIndex(window.name))
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
handleCurrentChange: function (val) {
|
|
handleCurrentChange: function (val) {
|
|
this.currentPage = val;
|
|
this.currentPage = val;
|
|
this.getData()
|
|
this.getData()
|