imeik-bizui 1.9.9 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -269,7 +269,7 @@ export default {
269
269
  if (res.code === 200) {
270
270
  getTagModelUrl(res?.data[0]?.tagValueUrl).then((valData) => {
271
271
  if (valData.code === 200) {
272
- this.options = valData?.data.filter(item => item.dicValue === '201') || []
272
+ this.options = valData?.data || []
273
273
  this.$nextTick(() => {
274
274
  callback && callback()
275
275
  })