| | |
| | | <template slot-scope="scope"> |
| | | <el-button |
| | | icon="el-icon-map-location" |
| | | size="mini" |
| | | size="small" |
| | | @click="spaceLocation(scope.$index, scope.row)" |
| | | ></el-button> |
| | | </template> |
| | |
| | | <el-form-item label="审核单位"> |
| | | <div> |
| | | <ul> |
| | | <li v-for="item in ruleForm.depname"> |
| | | <li v-for="item in ruleForm.depid"> |
| | | {{item.name}} |
| | | </li> |
| | | </ul> |
| | |
| | | dataQuery_selectDbOverflowDep, |
| | | apply_insertApply, |
| | | decr, encr, |
| | | dataLib_selectDepsByIds, |
| | | } from "../../api/api.js"; |
| | | import { getToken } from "@/utils/auth"; |
| | | import $ from "jquery"; |
| | |
| | | this.insertFlag = 2; |
| | | var std = []; |
| | | this.insertOption.ids = data.result; |
| | | var val = ""; |
| | | for (var i in data.result) { |
| | | if (val == "") { |
| | | val += "ids=" + data.result[i] |
| | | } else { |
| | | val += "&ids=" + data.result[i] |
| | | } |
| | | |
| | | std.push({ |
| | | name: data.result[i] |
| | | }) |
| | | } |
| | | const data1 = await dataLib_selectDepsByIds(val); |
| | | |
| | | this.ruleForm.depid = data1.result; |
| | | this.ruleForm.depname = std; |
| | | this.ruleForm.wkt = decr(this.listdata.wkt) |
| | | this.ruleForm.tabs = this.option; |
| | |
| | | message: '数据申请成功', |
| | | type: 'success' |
| | | }); |
| | | |
| | | |
| | | this.closeDown(); |
| | | } |
| | | |
| | |
| | | } |
| | | } |
| | | li { |
| | | color: white; |
| | | line-height: 20px; |
| | | border-bottom: 1px solid white; |
| | | border-bottom: 1px solid gray; |
| | | padding: 5px; |
| | | } |
| | | /deep/.el-textarea .el-input__count { |
| | | background: transparent; |
| | | } |
| | | </style> |
| | | <style lang="less"></style> |
| | | <style scoped lang="less"></style> |
| | | |