11wqe1 9 月之前
父節點
當前提交
2cdb57da90
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/pages/test/examine/conpoments/personPage.vue

+ 2 - 2
src/components/pages/test/examine/conpoments/personPage.vue

@@ -625,7 +625,7 @@ export default {
       this.digOrg = this.tableData[this.cutTeaNum].org;
       this.digTid = this.tableData[this.cutTeaNum].id;
 
-      this.getDigData();
+      this.getPageBase();
     },
     nextTea() {
       // console.log("this.tableData", this.tableData);
@@ -641,7 +641,7 @@ export default {
       this.digOrg = this.tableData[this.cutTeaNum].org;
       this.digTid = this.tableData[this.cutTeaNum].id;
 
-      this.getDigData();
+      this.getPageBase();
     },
     cutPerson() {
       this.tableData.forEach((e, index) => {