liuhj 1 month ago
parent
commit
70e8ff38df
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/components/Resource/ThreeCodeOperation.vue

+ 5 - 5
src/components/Resource/ThreeCodeOperation.vue

@@ -124,9 +124,10 @@ export default {
                 },
                 data: {
                     portType: 1,
-
                     Three: '',
                     City: '',
+                    PageIndex:'0',
+                    PageSize:'0'
                 }
             }).then(function (res) {
                 if (res.data.code == 200) {
@@ -188,10 +189,9 @@ export default {
             })
         },
         upData() {
-            debugger
-            for (var i = 0; i < this.tableData.pageSource.length; i++) {
-                if (this.tableData.pageSource[i].id == parseInt(this.addData.Id)) {
-                    this.ThreeCodeData = this.tableData.pageSource[i];
+            for (var i = 0; i < this.tableData.length; i++) {
+                if (this.tableData[i].id == parseInt(this.addData.Id)) {
+                    this.ThreeCodeData = this.tableData[i];
                     break;
                 }
             }