|
@@ -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) => {
|