forked from nsjcy/frontEnd/nsjcy

1
liuwh
2020-05-27 6fe0bbe094b843b9ff3a29649c6f786ee6261a89
SunshineIns/src/page/BusList.jsx
@@ -120,6 +120,7 @@
        loading: false
      })
    })
  }
  onDetail = (_text, _record) => {
@@ -133,7 +134,7 @@
  onDel = (_text, _record) => {
    Fetch.businessDel({ businessId: _text.businessId }).then(res => {
      if (res.code == 0) {
        message.warning('正在更新列表');
        message.success('删除成功');
        this.onTableChange();
      }
    }, err => {