Source/UBCS-WEB/src/views/code/code.vue
@@ -1,5 +1,5 @@ <template> <basic-container class="code-total" style="height: 100%"> <basic-container class="code-total" style=" height: 100%"> <!-- 编码规则信息展示区域 --> <basic-container class="code-rule-container"> <p @@ -2605,9 +2605,9 @@ onLoad(page, params = {}) { this.loading = true; gridCodeRule( page.currentPage, page.pageSize, Object.assign({},params,this.query), page.currentPage, page.pageSize, Object.assign({},params,this.query), ).then((res) => { //console.log(res.data); const data = res.data.data;