|
@@ -211,27 +211,6 @@
|
|
|
type: "error"
|
|
|
});
|
|
|
});
|
|
|
- //获取公司
|
|
|
- // this.http.post( this.port.base.ownerComps, {
|
|
|
- // id: this.user.companyId
|
|
|
- // },
|
|
|
- // res => {
|
|
|
- // if (res.code == "ok") {
|
|
|
- // this.companys = res.data;
|
|
|
- // } else {
|
|
|
- // this.$message({
|
|
|
- // message: res.msg,
|
|
|
- // type: "error"
|
|
|
- // });
|
|
|
- // }
|
|
|
- // },
|
|
|
- // error => {
|
|
|
- // this.listLoading = false;
|
|
|
- // this.$message({
|
|
|
- // message: error,
|
|
|
- // type: "error"
|
|
|
- // });
|
|
|
- // });
|
|
|
//新版获取公司
|
|
|
this.http.post(this.port.base.relationList, {
|
|
|
companyType: 1
|