src/views/operate/management/myIndex/index.vue
@@ -253,7 +253,7 @@ const { currentPage, pageSize, instatus, myproblem } = this; this.$axios({ method: 'get', url: `sccg/base_case/query?state=${instatus}¤t=${currentPage}&size=${pageSize}&resource=2&type=${myproblem}` url: `sccg/base_case/query?state=${instatus}¤t=${currentPage}&size=${pageSize}&type=${myproblem}` }).then(res => { this.totalNum = res.data.total; this.tableData = res.data.records;