wyh 1 year ago
parent
commit
7b5636ca0b

+ 1 - 3
itdmWeb/src/views/module-iTDM/weituochaxun/ItdmWeituoYangpinList.vue

@@ -342,8 +342,7 @@
       },
       },
     },
     },
     methods: {
     methods: {
-            init(){
-
+      init(){
         getAction('/weituo/itdmWeituoInfo/distinctClientList', {}).then((res) => {
         getAction('/weituo/itdmWeituoInfo/distinctClientList', {}).then((res) => {
           if (res.success) {
           if (res.success) {
             console.log(res.result)
             console.log(res.result)
@@ -353,7 +352,6 @@
             console.log(this.weituoClientList)
             console.log(this.weituoClientList)
           }
           }
         })
         })
-
       },
       },
       // 监听选中委托单位,获取该单位的委托编号
       // 监听选中委托单位,获取该单位的委托编号
       handlewcChange(data){
       handlewcChange(data){