|
@@ -72,6 +72,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<!-- 分页 -->
|
|
<!-- 分页 -->
|
|
|
<el-pagination
|
|
<el-pagination
|
|
|
|
|
+ v-if="noBase"
|
|
|
style="text-align: center"
|
|
style="text-align: center"
|
|
|
background
|
|
background
|
|
|
layout="prev, pager, next"
|
|
layout="prev, pager, next"
|
|
@@ -117,7 +118,7 @@
|
|
|
imgs: [],
|
|
imgs: [],
|
|
|
url: 'http://kfadmin.bocai186.com', // 域名地址
|
|
url: 'http://kfadmin.bocai186.com', // 域名地址
|
|
|
// url: 'http://192.168.2.187:8090', // 域名地址
|
|
// url: 'http://192.168.2.187:8090', // 域名地址
|
|
|
- pages: 0,
|
|
|
|
|
|
|
+ pages: 1,
|
|
|
optionCont: "",
|
|
optionCont: "",
|
|
|
ledgedata: {}
|
|
ledgedata: {}
|
|
|
}
|
|
}
|
|
@@ -151,6 +152,7 @@
|
|
|
acty(type, name) {
|
|
acty(type, name) {
|
|
|
this.activity = type;
|
|
this.activity = type;
|
|
|
this.problemName = name;
|
|
this.problemName = name;
|
|
|
|
|
+ this.getLeave(1);
|
|
|
},
|
|
},
|
|
|
// 获取下拉框的值
|
|
// 获取下拉框的值
|
|
|
selectGet(value) {
|
|
selectGet(value) {
|
|
@@ -193,12 +195,7 @@
|
|
|
} else {
|
|
} else {
|
|
|
this.optionCont = this.seltValue;
|
|
this.optionCont = this.seltValue;
|
|
|
}
|
|
}
|
|
|
- let data = {
|
|
|
|
|
- time: this.optionCont,
|
|
|
|
|
- key: this.crux,
|
|
|
|
|
- type: this.problemName
|
|
|
|
|
- }
|
|
|
|
|
- this.getLeave()
|
|
|
|
|
|
|
+ this.getLeave(1)
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
mounted() {
|
|
mounted() {
|