Commit f789d725 authored by dcy's avatar dcy

去掉getCustomerSelect 接口

parent 3548d523
......@@ -163,7 +163,6 @@ export default {
myFollowCustomerList: [],
customerSelect: [],
// 处理
handle: {
......@@ -175,9 +174,6 @@ export default {
};
},
created() {
getCustomerSelect().then(r => {
this.customerSelect = r.data
})
},
methods: {
getBillList(key){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment