付延余
2022-05-20 73a9ae225888adae528d9b06233f65da04d883db
src/pages/show/businessPolicy/BusinessPolicy.vue
@@ -191,7 +191,7 @@
   getList(type) {
       getList({type:type}).then(res => {
           if(res.code == 1000) {
               this.tableData = res.list
             this.tableData = res.list
           }
       })
   },