imeik-bizui 2.1.2 → 2.1.3

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.
@@ -469,6 +469,8 @@ export default {
469
469
  this.$set(data, 'scenarioList', list)
470
470
  this.$set(data, 'costFeeList', JSON.parse(res.data).costFeeList)
471
471
  this.$set(data, 'shenfenList', shenfenList)
472
+ } else {
473
+ this.$message.error(res.message)
472
474
  }
473
475
  })
474
476
  }