Browse Source

客户管理

zhaoxiaohai 3 năm trước cách đây
mục cha
commit
aa09e4470f
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      packageA/setclient/index.js

+ 4 - 1
packageA/setclient/index.js

@@ -159,6 +159,7 @@ Page({
                 ownerids
             }
         }).then(res => {
+            console.log(res)
             for (let key in res.data) {
                 let index = this.data.list.findIndex(v => v.sys_enterpriseid == key);
                 this.data.list[index].tags = res.data[key]
@@ -196,7 +197,9 @@ Page({
         }
     },
     navSearch() {
-        console.log('搜索')
+        wx.navigateTo({
+            url: '/packageA/setclient/search'
+        })
     },
     classClose() {
         this.setData({