| | |
| | | /> |
| | | </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() { |