ludc
2023-06-27 aa8db511b7823300bf3312018fbec75a6fa1ccf5
Source/UBCS-WEB/src/views/system/user.vue
@@ -801,10 +801,10 @@
    selChange(row){
      this.id=row
    },
    selecload(page, params = {}) {
      getPage(this.page.currentPage, this.page.pageSize, Object.assign(params, this.query)).then(res => {
        console.log(res)
        this.seoptions=res.data.data.content
    selecload() {
      getPage(1, -1).then(res => {
        // console.log(res)
        this.seoptions=res.data.data.records
      });
    },
    nodeClick(data) {