Commit 6aec2463 authored by 华国豪's avatar 华国豪 🙄

修改参数

parent afe5c7db
......@@ -584,12 +584,12 @@ export default {
this.getOutherData()
},methods:{
changeCP(){
this.apipost('user_post_get_allsaleemployee', {branchaId: this.outbranchid}, res => {
this.apipost('user_post_get_allsaleemployee', {branchId: this.outbranchid}, res => {
this.saleList = res.data.data
this.init()
})
},
getCompany(){ //公司
getCompany(){
this.apipost('admin_get_BranchGetList', {}, res => {
let data = res.data.data;
this.companyList = data;
......
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