ludc
2023-11-02 3f3f930b1d3fdad5a653e6213763e3528b87be83
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -941,7 +941,8 @@
        limit: this.page.pageSize,
        ['conditionMap[' + this.keyWordFind + ']']: '*' + this.WupinFindValue + '*'
      }).then(res => {
        this.tableData = res.data.data
        this.tableData = res.data.data;
        // this.page.total = res.data.data.total;
      })
    }