Browse Source

客户地址

zhaoxiaohai 3 years ago
parent
commit
88683c8ade
1 changed files with 3 additions and 2 deletions
  1. 3 2
      packageA/setclient/modules/address/index.js

+ 3 - 2
packageA/setclient/modules/address/index.js

@@ -14,7 +14,8 @@ Component({
             "pageTotal": 1,
             "total": null,
             "where": {
-                "condition": ""
+                "condition": "",
+                "workaddress": 1
             }
         }
     },
@@ -28,7 +29,7 @@ Component({
                 content.pageTotal = 1
             }
             _Http.basic({
-                "id": "20221018153302",
+                "id": "20221022165503",
                 content
             }).then(res => {
                 console.log("地址列表", res)