浏览代码

03/14 16:29

111
261568008@qq.com 5 年之前
父节点
当前提交
f25fd45ea1
共有 3 个文件被更改,包括 1 次插入1 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-de5c2e9a.81e5ea25.js
  3. 1 1
      src/views/accompanyManager/accompanyList.vue

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


+ 0 - 0
dist/static/js/chunk-de5c2e9a.c42a11fc.js → dist/static/js/chunk-de5c2e9a.81e5ea25.js


+ 1 - 1
src/views/accompanyManager/accompanyList.vue

@@ -251,7 +251,7 @@ export default {
       practiceGroupManage(obj).then(res => {
         if (res.code == 200) {
           this.tableData = res.data.rows;
-          this.rules.total = res.data.total;
+          this.rules.total = res.data.total; 
         }
       });
     },

部分文件因为文件数量过多而无法显示