Commit fe1bd88e by zhangzhijie

放开工作效能评估页分页

parent c3040309
......@@ -4480,7 +4480,6 @@ export default {
: "";
}
}
debugger;
if (this.pageBs == "xxtkgzxnpg" || this.pageBs == "queryHbyptj") {
this.$emit("doQueryBtn", json);
} else {
......@@ -4965,9 +4964,9 @@ export default {
},
},
mounted() {
if (this.menuIdPgbg == "dw") {
this.pageShow = false;
}
// if (this.menuIdPgbg == "dw") {
// this.pageShow = false;
// }
let self = this;
/*获取字典*/
// // debugger;
......
......@@ -263,8 +263,8 @@ export default {
},
], // 用户量列表
cxFormData: {
// limit: 10,
// page: 1,
limit: 10,
page: 1,
unitcode: "",
kssj: "",
jssj: "",
......
......@@ -156,7 +156,7 @@ export default {
if (response.success === true) {
self.tableData = response.data.rows;
self.tableDataLength = response.data.rows.length
console.log('self.tableData', typeof(self.tableDataLength))
self.closeLoading();
} else {
self.closeLoading();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment