Commit d126da48 authored by renjintao's avatar renjintao

tanantCode

parent b32e3427
...@@ -126,6 +126,7 @@ import Edit from "./edit"; ...@@ -126,6 +126,7 @@ import Edit from "./edit";
import Detail from "./detail"; import Detail from "./detail";
import Search from "./search"; import Search from "./search";
import service from "@/plugins/request"; import service from "@/plugins/request";
import util from '@/libs/util';
export default { export default {
name: "list", name: "list",
components: { components: {
...@@ -605,7 +606,6 @@ export default { ...@@ -605,7 +606,6 @@ export default {
loginName: this.selectRow.phone, loginName: this.selectRow.phone,
status: this.selectRow.status, status: this.selectRow.status,
tanantCode:util.cookies.get('tanantCode'), tanantCode:util.cookies.get('tanantCode'),
//tanantCode: this.$store.state.userInfo.tanantCode
}; };
if (this.selectRow.phone && this.selectRow.phone != "") { if (this.selectRow.phone && this.selectRow.phone != "") {
Api.authAccount(parms).then(res => { Api.authAccount(parms).then(res => {
......
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