Browse Source

修改传参bug

xieshengjie 3 years ago
parent
commit
45ff0ffbcb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/base.vue

+ 1 - 0
src/views/base.vue

@@ -77,6 +77,7 @@ export default {
     },
     async save(){
       var obj = this.tableData[2];
+      console.log(this.tableData);
       const wpid = this.routerData.data.wpid;
       obj.wpid=wpid
       console.log(obj)