@@ -375,7 +375,7 @@ Page({
title: `查询到${res.total}条疑似重复项目信息`,
icon: "none"
})
- this.setData({
+ if (wx.getStorageSync('userMsg').siteid != 'HY') this.setData({
repetitionShow: true,
repetitionList: res.data
@@ -345,7 +345,7 @@ Page({