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

修改参数

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