| | |
| | | NODE_ENV = 'development' |
| | | |
| | | VUE_APP_API_URL = 'http://localhost:10010' |
| | | # VUE_APP_API_URL = 'http://192.168.0.108:10010' |
| | | VUE_APP_API_URL = 'http://192.168.0.173/gateway_interface' |
| | | # VUE_APP_API_URL = 'https://dmtest.ahapp.net/antai_admin_interface/' |
| | | # VUE_APP_API_URL = 'http://192.168.0.103:10010' |
| | | # VUE_APP_API_URL = 'http://192.168.0.173/gateway_interface' |
| | | VUE_APP_API_URL = 'http://10.50.250.253:8088/gateway_interface' |
| | | |
| | |
| | | <el-input v-model="form.name" placeholder="请输入名称" v-trim /> |
| | | </el-form-item> |
| | | <el-form-item label="责任部门" prop="companyId"> |
| | | <el-select @change="loadMember" v-model="form.companyId"> |
| | | <el-select filterable clearable @change="loadMember" v-model="form.companyId"> |
| | | <el-option v-for="op in department" :key="op.id" :label="op.name" :value="op.id"></el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="责任部门" prop="companyId"> |
| | | <el-select @change="getAddrList" v-model="param.companyId"> |
| | | <el-select @change="getAddrList" clearable filterable v-model="param.companyId"> |
| | | <el-option v-for="op in department" :key="op.id" :label="op.name" :value="op.id"></el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | |
| | | allList({ type: 1 }).then(res => { // 类型 |
| | | this.typeList = res || [] |
| | | }) |
| | | memberList({}).then(res => { |
| | | this.memberList = res || [] |
| | | }) |
| | | // memberList({}).then(res => { |
| | | // this.memberList = res || [] |
| | | // }) |
| | | this.getfindCompanyTreePage() |
| | | }, |
| | | getfindCompanyTreePage() { |
| | |
| | | }) |
| | | findTypeMemberInfo({ |
| | | type: '2', |
| | | companyType: 1 |
| | | companyType: 1, |
| | | querySpecial: 1 |
| | | }).then(res => { |
| | | this.memberList = res || [] |
| | | }) |
| | |
| | | userList({ |
| | | page: 1, |
| | | capacity: 9999, |
| | | model: { realname: this.filterText, memberType: 2, companyType: 1 } |
| | | model: { realname: this.filterText,querySpecial: 1, memberType: 2, companyType: 1 } |
| | | }) |
| | | .then(res => { |
| | | console.log('userList', res) |