Commit 059bb40c authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents 010be5cf 721fb488
...@@ -18,16 +18,13 @@ ...@@ -18,16 +18,13 @@
<div class="header flex aic jcc"> <div class="header flex aic jcc">
<img src="../../../../assets/img/logo.png" /> <img src="../../../../assets/img/logo.png" />
<div> <div>
<h1 :style="{ color: filterItem('2', 0) }">政务服务中心</h1> <h1 :style="{ color: filterItem('7', 0) }">政务服务中心</h1>
</div> </div>
</div> </div>
<div <div class="call-out flex aic">
class="call-out flex aic"
:style="{ background: filterItem('8', 0) }"
>
<div class="call-out-now flex flexc aic jcb"> <div class="call-out-now flex flexc aic jcb">
<p class="call-out-title">正在办理</p> <p class="call-out-title">正在办理</p>
<p class="call-out-now-code" :style="{ color: filterItem('7', 0) }"> <p class="call-out-now-code" :style="{ color: filterItem('8', 0) }">
A001 A001
</p> </p>
</div> </div>
......
...@@ -135,7 +135,7 @@ export default { ...@@ -135,7 +135,7 @@ export default {
query: { query: {
logDateStart: this.BegindAndEndTime[0], logDateStart: this.BegindAndEndTime[0],
logDateEnd: this.BegindAndEndTime[1], logDateEnd: this.BegindAndEndTime[1],
siteId: this.siteId, // siteId: this.siteId,
content: `%${this.searchName}%`, content: `%${this.searchName}%`,
}, },
}); });
...@@ -146,8 +146,6 @@ export default { ...@@ -146,8 +146,6 @@ export default {
this.tableSourceData = result; this.tableSourceData = result;
this.total = total; this.total = total;
} }
console.log(res);
}, },
changePagination(cur) { changePagination(cur) {
this.current = cur; this.current = cur;
......
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