Commit 03753299 by 苏咏卓

婚姻更改

parent 3f6b7f32
......@@ -206,7 +206,7 @@
alt=""
class="lowerRight"
/>
<div class="warningInfo" v-if="c == true">暂无下级数据</div>
<div class="warningInfo" v-if="this.num >= 2">暂无下级数据</div>
<div class="titleHead">区域统计</div>
<div id="annualStatistics" class="annualStatistics"></div>
</div>
......@@ -463,7 +463,7 @@ export default {
year: this.date,
}).then((res) => {
console.log(res, "获取地区结婚离婚人数列表");
if (res.data.length == 0) {
if (this.num >= 2) {
this.c = true;
return;
}
......
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