| | |
| | | export function listSfxm(query) { |
| | | return request({ |
| | | url: '/system/sfxm/list', |
| | | method: 'post', |
| | | data: query |
| | | method: 'get', |
| | | params: query |
| | | }) |
| | | } |
| | | |
| | |
| | | prop="tdzgxj" |
| | | /> |
| | | </el-table> |
| | | |
| | | <div class="pag" v-if="List == true"> |
| | | <div class="pag1"> |
| | | <pagination |
| | |
| | | } |
| | | }, |
| | | getlistSfxm() { |
| | | console.log(2222); |
| | | this.loading = true; |
| | | this.List = true; |
| | | listSfxm(this.querycharge).then((response) => { |
| | |
| | | this.loading = true; |
| | | |
| | | getListByXmId(this.queryParam).then((response) => { |
| | | console.log(response,123456); |
| | | |
| | | this.sfxmList = response.data.date || []; |
| | | if (response.data.date == null) { |
| | | return; |