|
@@ -107,7 +107,6 @@ export default {
|
|
|
if (this.params.zgjd) {
|
|
|
params.yhjd = this.params.zgjd.join(",");
|
|
|
}
|
|
|
- console.log(this.params);
|
|
|
if (this.params.zgsxStr) {
|
|
|
// 计算
|
|
|
let endTime = null;
|
|
@@ -138,7 +137,7 @@ export default {
|
|
|
params.gcjzmc = null;
|
|
|
}
|
|
|
if (this.params.qx) {
|
|
|
- params.qx = this.params.qx;
|
|
|
+ params.qx = this.params.qx=='重庆市'?'':this.params.qx;
|
|
|
} else {
|
|
|
params.qx = null;
|
|
|
}
|
|
@@ -154,9 +153,6 @@ export default {
|
|
|
|
|
|
params.pageNum = this.params.pageNum;
|
|
|
params.pageSize = this.params.pageSize;
|
|
|
-
|
|
|
- console.log(this.params);
|
|
|
- console.log(params);
|
|
|
ylycyhzzqdTc(params).then((res) => {
|
|
|
this.tableData = res.data.rows;
|
|
|
this.total = res.data.total;
|