Commit bdcf54e9 by hd

fix: new

parent 175f2ebc
......@@ -382,7 +382,7 @@
<p style="display: inline-block;width: 10px;height: 10px;backgroundColor: green;margin-left: 50px;margin-top: 10px;border-radius: 50%"></p> -->
</div>
<!-- 查询分类 -->
<slot name="queryType" v-if="wbz || ybz">
<slot name="queryType" v-if="isBz">
<div style="display: inline-block;float: left;margin-left: 30px;cursor: pointer;" @click="hgCunt('1','bz')">
<p style="width: 10px;height: 10px;backgroundcolor: red;margin-top: 10px;border-radius: 50%;"></p>
<span style="position: relative;left: 18px;bottom: 20px;font-size: 15px;">已标注 ( {{ybz}} )</span>
......@@ -4751,6 +4751,7 @@ export default {
talbeysbhgCount: "", // 疑似不合格
ybz: 0,
wbz: 0,
isBz: false,
talbehgCount: "", // 合格
tableData: [], //表格数据
propdefaultFormThead: this.cxDefaultFormThead, //表格表头
......@@ -6397,9 +6398,11 @@ export default {
self.talbeBhgCount = response.data.data.bhgCount;
self.talbehgCount = response.data.data.hgCount;
self.talbeysbhgCount = response.data.data.ysbhgCount;
self.ybz = response.data.data.ybzCount
self.wbz = response.data.data.wbzCount
// self.ybz =
if (response.data.data?.ybzCount || response.data.data?.wbzCount) {
self.ybz = response.data.data.ybzCount
self.wbz = response.data.data.wbzCount
self.isBz = true
}
self.closeLoading();
} else {
if (self.pageBszfc == "xprdsq" || self.pageBszfc == "tbxxgl") {
......
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