Explorar el Código

修改传参bug

xieshengjie hace 4 años
padre
commit
45ff0ffbcb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)