Commit d126da48 authored by renjintao's avatar renjintao

tanantCode

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