| | |
| | | layerObj: { |
| | | menuName: 'menu name', |
| | | menuType: 'Menu Type', |
| | | menuName: 'Layer Name', |
| | | menuType: 'Layer Type', |
| | | layerName: 'Layer Name', |
| | | layerType: 'Layer Type', |
| | | serviceName: 'service name', |
| | | serviceType: 'service type', |
| | | serviceAddress: 'Service Address', |
| | |
| | | layerObj: { |
| | | menuName: '菜单名称', |
| | | menuType: '菜单类型', |
| | | menuName: '图层名称', |
| | | menuType: '图层类型', |
| | | layerName: '图层名称', |
| | | layerType: '图层类型', |
| | | serviceName: '服务名称', |
| | | serviceType: '服务类型', |
| | | serviceAddress: '服务地址', |
| | |
| | | prompt2: '请选择图层类型', |
| | | prompt3: '请选择服务类型', |
| | | prompt4: '请输入服务地址', |
| | | |
| | | prompt6: '请输入英文表名称(如:m_geocontrolpoint)', |
| | | prompt7: '请输入备注信息', |
| | | prompt8: '请选择数据类型', |
| | |
| | | <div class="spaceBox"> |
| | | <el-select |
| | | v-model="menuTopFrom.queryLayer" |
| | | @change="menuTreeCheck" |
| | | placeholder="请选择..." |
| | | placeholder="请选择数据..." |
| | | filterable |
| | | ref="selectTree1" |
| | | > |
| | | <el-option |
| | | v-for="item in layerData" |
| | | :key="item.entity" |
| | | :label="item.tabDesc" |
| | | :value="item.entity" |
| | | :value="menuTopFrom.queryLayer" |
| | | style="height: 100%" |
| | | > |
| | | <div style="height: 200px; overflow: auto"> |
| | | <el-tree |
| | | :data="layerData" |
| | | node-key="id" |
| | | ref="tree" |
| | | @node-click="handleNodeClick" |
| | | highlight-current |
| | | :props="defaultProps" |
| | | > |
| | | </el-tree> |
| | | </div> |
| | | </el-option> |
| | | </el-select> |
| | | <!-- <el-select |
| | |
| | | layerData: [ |
| | | |
| | | ], |
| | | |
| | | defaultProps: { |
| | | children: "children", |
| | | label: "label", |
| | |
| | | this.$message.error("列表调用失败"); |
| | | } |
| | | var option = data.result; |
| | | this.layerData = option.filter((res) => { |
| | | this.layerData = getTreeData(option) |
| | | |
| | | return res; |
| | | |
| | | }); |
| | | // this.layerData = getTreeData(option) |
| | | // var val = data.result |
| | | // var std = []; |
| | | // val.filter((item) => { |
| | | // if (std.indexOf(item.bak) == -1) { |
| | | // std.push(item.bak); |
| | | // this.layerData.push( |
| | | // { |
| | | // val: item.bak, |
| | | // label: item.bak, |
| | | // children: [], |
| | | // } |
| | | // ) |
| | | // } |
| | | // = option.filter((res) => { |
| | | // return res; |
| | | // }); |
| | | // for (var i in this.layerData) { |
| | | // var item = this.layerData[i]; |
| | | // for (var j in val) { |
| | | // var res = val[j]; |
| | | }, |
| | | handleNodeClick(data) { |
| | | if (data.children) return; |
| | | this.menuTopFrom.queryLayer = data.tabDesc |
| | | this.$refs.selectTree1.blur(); |
| | | this.mapSpaceQueryLayer = data.entity; |
| | | this.$store.state.propertiesName = data; |
| | | this.getCheckedNodes(); |
| | | |
| | | // if (item.val === res.bak) { |
| | | |
| | | // res.label = res.tabDesc |
| | | // this.layerData[i].children.push(res) |
| | | // } |
| | | // } |
| | | // } |
| | | |
| | | // for (var i in option) { |
| | | // // console.log(option[i].tableType) |
| | | // var val_Data = option[i]; |
| | | // val_Data.id = '1' + i; |
| | | // val_Data.label = val_Data.tabDesc; |
| | | // if (option[i].ns == 'bd') { |
| | | // this.layerData[0].children.push(val_Data); |
| | | // } else { |
| | | // this.layerData[1].children.push(val_Data); |
| | | // } |
| | | // } |
| | | }, |
| | | getCheckedNodes() { |
| | | this.$store.state.mapSpaceQueryLayer = this.mapSpaceQueryLayer; |
| | |
| | | window.pickedColor; |
| | | window.modeCatchHandler = new Cesium.ScreenSpaceEventHandler(Viewer.scene.canvas); |
| | | window.modeCatchHandler.setInputAction((event) => { |
| | | window.pickedFeature && (window.pickedFeature.color = window.pickedColor); |
| | | if (window.pickedColor) { |
| | | window.pickedFeature && (window.pickedFeature.color = window.pickedColor); |
| | | } |
| | | window.pickedFeature = sgworld.Viewer.scene.pick(event.position); |
| | | if (Cesium.defined(window.pickedFeature)) { |
| | | if (window.pickedFeature.primitive instanceof Cesium.Cesium3DTileset) { |
| | |
| | | const data = await comprehensive_selectPubById({ id: result.tileset.pubid }) |
| | | if (data.code != 200) { |
| | | return |
| | | } else { |
| | | |
| | | modelKey = JSON.parse(data.result.json).modelid |
| | | } |
| | | if (!JSON.parse(data.result.json)) { |
| | | return this.$message('没有数据,无法获取主键ID'); |
| | | } |
| | | modelKey = JSON.parse(data.result.json).modelid |
| | | if (!modelKey) { |
| | | return this.$message('没有模型主键ID,无法查询数据'); |
| | | } |
| | |
| | | Viewer.camera.flyTo({ |
| | | destination: Cesium.Cartesian3.fromDegrees(wkt.coordinates[1], wkt.coordinates[0], height), |
| | | }); |
| | | } else if (type == '3dml') { |
| | | } else if (type == '3dml' || type == 'fbx' || type == 'ifc' || type == 'rvt') { |
| | | if (this.app.tileset) viewer.scene.primitives.remove(this.app.tileset); |
| | | this.app.tileset = this.createTileset(res); |
| | | var that = this; |
| | |
| | | |
| | | } else { |
| | | var std = data.result |
| | | var val = std.filter((str) => { |
| | | if (str.type == 1 && str.pid == 1) { |
| | | return str; |
| | | } |
| | | if (str.id == 1 && str.pid == 0) { |
| | | return str; |
| | | } |
| | | if (str.type == 1 && str.cnName == '三维地质模型' || str.cnName == '单体模型' || str.cnName == '洞库模型') { |
| | | return str; |
| | | var val = []; |
| | | std.filter((str) => { |
| | | // if (str.type == 1 && str.pid == 1) { |
| | | // return str; |
| | | // } |
| | | // if (str.id == 1 && str.pid == 0) { |
| | | // return str; |
| | | // } |
| | | if (str.type == 1) { |
| | | val.push(str); |
| | | } |
| | | if (str.url != null && str.type == 2 && str.serveType == 'Tileset') { |
| | | return str; |
| | | val.push(str); |
| | | } |
| | | }); |
| | | |
| | |
| | | std.push(val[i]) |
| | | } |
| | | } |
| | | |
| | | var result = data[0] |
| | | if (this.$refs.tree.getNode(result.id).checked) { |
| | | |
| | | std.push(result.id); |
| | | var base_ulr = result.url; |
| | | if (base_ulr.indexOf('{host}') > -1) { |
| | |
| | | return rs |
| | | } |
| | | }) |
| | | debugger |
| | | |
| | | var val = this.$store.state.oldTree.filter(rs => { |
| | | if (rs.enName == st_code[0].code) { |
| | | return rs |
| | |
| | | window.terrainMptLayer = sgworld.Creator.sfsterrainprovider("", option, "", true, ""); |
| | | }, |
| | | setTerrainDemLayer(res) { |
| | | |
| | | window.terrainDemLayer = new Cesium.CesiumTerrainProvider({ |
| | | url: res |
| | | }); |
| | |
| | | var listTileset = []; |
| | | var listTMS = []; |
| | | var listMpt = []; |
| | | var listDem = []; |
| | | for (var i in res) { |
| | | if (res[i].type == 2) { |
| | | switch (res[i].serveType) { |
| | |
| | | case 'TMS': |
| | | listTMS.push(res[i]) |
| | | break; |
| | | |
| | | case 'DEM': |
| | | listDem.push(this.childOption[i]) |
| | | break; |
| | | } |
| | | } |
| | | } |
| | | // this.setChangeProLayer(); |
| | | this.setChangeDem(listDem, true); |
| | | this.setChangeWMS(listWMS, true); |
| | | this.setChangeWFS(listWFS, true); |
| | | this.setChangeTileset(listTileset, true); |
| | |
| | | v-model="insertform.orderNum" |
| | | autocomplete="off" |
| | | style="width:85%" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuenumber')" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuenumber')" |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item |
| | |
| | | v-model="insertform.field" |
| | | autocomplete="off" |
| | | style="width:85%" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuefieldName')" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuefieldName')" |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item |
| | |
| | | v-model="insertform.alias" |
| | | autocomplete="off" |
| | | style="width:85%" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuefieldDisplayName')" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuefieldDisplayName')" |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item |
| | |
| | | v-model="insertform.type" |
| | | autocomplete="off" |
| | | style="width:85%" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuefieldType')" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuefieldType')" |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item |
| | |
| | | v-model="insertform.len" |
| | | autocomplete="off" |
| | | style="width:85%" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuefieldLength')" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuefieldLength')" |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item |
| | |
| | | v-model="insertform.precision" |
| | | autocomplete="off" |
| | | style="width:85%" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuetwo')+$t('dataManage.dictionaryManageObj.FieldPrecision')" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuetwo')+$t('dataManage.dictionaryManageObj.FieldPrecision')" |
| | | ></el-input> |
| | | </el-form-item> |
| | | |
| | |
| | | v-model="insertform.bak" |
| | | autocomplete="off" |
| | | style="width:85%" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuetwo')+$t('dataManage.dictionaryManageObj.remark')" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuetwo')+$t('dataManage.dictionaryManageObj.remark')" |
| | | ></el-input> |
| | | </el-form-item> |
| | | </el-form> |
| | |
| | | if (res.children) { |
| | | return |
| | | } |
| | | this.insertform.tab = res.tab; |
| | | this.insertform.tabDesc = res.tabDesc; |
| | | this.insertform.ns = res.ns; |
| | | this.activeName = res.tab; |
| | | this.listData.tab = res.tab; |
| | | this.listData.ns = res.ns; |
| | | var val = JSON.parse(JSON.stringify(res)) |
| | | this.insertform.tab = val.tab; |
| | | this.insertform.tabDesc = val.tabDesc; |
| | | this.insertform.ns = val.ns; |
| | | this.activeName = val.tab; |
| | | this.listData.tab = val.tab; |
| | | this.listData.ns = val.ns; |
| | | this.startQueryNameData(); |
| | | }, |
| | | async startQueryNameData() { |
| | | if (this.listData.tab == "") { |
| | | delete this.listData.tab; |
| | | } |
| | | this.tableData = []; |
| | | const data = await selectByPageAndCount(this.listData); |
| | | |
| | | if (data.code != 200) { |
| | |
| | | return; |
| | | } |
| | | this.dialogFormVisible = false; |
| | | // this.startQueryNameData(); |
| | | this.startQueryNameData(); |
| | | }, |
| | | //修改详情弹框 |
| | |
| | | this.$confirm("关闭后无法保存,是否关闭?") |
| | | .then((_) => { |
| | | this.InsertFormdialog = false |
| | | this.insertform = {}; |
| | | }) |
| | | .catch((_) => { }); |
| | | }, |
| | |
| | | <template> |
| | | <div class="verSionBox"> |
| | | <My-bread |
| | | :list="[ |
| | | <My-bread :list="[ |
| | | `${$t('dataManage.dataManage')}`, |
| | | `${$t('dataManage.projectManage')}`, |
| | | ]" |
| | | ></My-bread> |
| | | ]"></My-bread> |
| | | <el-divider /> |
| | | <div class="verSionContent"> |
| | | <div |
| | | class="verSion_leftTree subpage_Div" |
| | | style="border: 1px solid #dcdfe6" |
| | | > |
| | | <el-form :inline="true" class="demo-form-inline"> |
| | | <el-form |
| | | :inline="true" |
| | | class="demo-form-inline" |
| | | > |
| | | <el-form-item> |
| | | <el-input |
| | | size="small" |
| | |
| | | :disabled="count1 != 0 ? true : false" |
| | | type="success" |
| | | size="small" |
| | | >{{ $t("common.increase") }}</el-button |
| | | > |
| | | >{{ $t("common.increase") }}</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | | <el-tree |
| | |
| | | <!-- |
| | | <!-- <el-divider class="eldivider" /> --> |
| | | <!-- <div class="dividing-line"></div> --> |
| | | <div class="table_box" style="height: 100%"> |
| | | <div |
| | | class="table_box" |
| | | style="height: 100%" |
| | | > |
| | | <el-table |
| | | ref="filterTable" |
| | | :data="dbTableData" |
| | |
| | | prop="remarks" |
| | | :label="$t('dataManage.projectObj.remarks')" |
| | | /> |
| | | <el-table-column label="操作" width="200"> |
| | | <el-table-column |
| | | label="操作" |
| | | width="200" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-button |
| | | v-if="btnStatus.delete" |
| | |
| | | size="small" |
| | | plain |
| | | type="danger" |
| | | >{{ $t("common.delete") }}</el-button |
| | | > |
| | | >{{ $t("common.delete") }}</el-button> |
| | | <el-button |
| | | v-if="btnStatus.update" |
| | | @click="EditProject(scope.row)" |
| | | type="warning" |
| | | plain |
| | | size="small" |
| | | >{{ $t("common.update") }}</el-button |
| | | > |
| | | >{{ $t("common.update") }}</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | |
| | | </el-form-item> |
| | | |
| | | <el-form-item :label="$t('dataManage.projectObj.country')"> |
| | | <el-input v-model="editFrom.country" style="width: 85%" :placeholder="$t('shuJuGuanLi.shuJuJianSuo.country')"></el-input> |
| | | <el-input |
| | | v-model="editFrom.country" |
| | | style="width: 85%" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.country')" |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item :label="$t('dataManage.projectObj.province')"> |
| | | <el-input v-model="editFrom.province" style="width: 85%" :placeholder="$t('shuJuGuanLi.shuJuJianSuo.province')"></el-input> |
| | | <el-input |
| | | v-model="editFrom.province" |
| | | style="width: 85%" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.province')" |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item :label="$t('dataManage.projectObj.county')"> |
| | | <el-input v-model="editFrom.location" style="width: 85%" :placeholder="$t('shuJuGuanLi.shuJuJianSuo.city')"></el-input> |
| | | <el-input |
| | | v-model="editFrom.location" |
| | | style="width: 85%" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.city')" |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item :label="$t('dataManage.projectObj.corpname')"> |
| | | <el-input v-model="editFrom.corpname" style="width: 85%" :placeholder="$t('shuJuGuanLi.shuJuJianSuo.construction')"></el-input> |
| | | <el-input |
| | | v-model="editFrom.corpname" |
| | | style="width: 85%" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.construction')" |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item :label="$t('dataManage.projectObj.department')"> |
| | | <el-input |
| | |
| | | <el-input |
| | | v-model="editFrom.conperiod" |
| | | style="width: 85%" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.constructionperiod')" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.constructionperiod')" |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item :label="$t('dataManage.projectObj.contents')"> |
| | | <el-input v-model="editFrom.contents" style="width: 85%" :placeholder="$t('shuJuGuanLi.shuJuJianSuo.projectContent')"></el-input> |
| | | <el-input |
| | | v-model="editFrom.contents" |
| | | style="width: 85%" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.projectContent')" |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item :label="$t('dataManage.projectObj.projstate')"> |
| | | <el-input |
| | |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item :label="$t('dataManage.projectObj.remarks')"> |
| | | <el-input v-model="editFrom.remarks" style="width: 85%" :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valueRemarks')"></el-input> |
| | | <el-input |
| | | v-model="editFrom.remarks" |
| | | style="width: 85%" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valueRemarks')" |
| | | ></el-input> |
| | | </el-form-item> |
| | | </el-form> |
| | | </div> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <div |
| | | slot="footer" |
| | | class="dialog-footer" |
| | | > |
| | | <el-button |
| | | type="info" |
| | | size="small" |
| | | :disabled="behavior != '新增项目' ? true : false" |
| | | @click="setRestEditFrom" |
| | | >{{ $t("common.reset") }}</el-button |
| | | > |
| | | <el-button size="small" type="primary" @click="insertEditFrom">{{ |
| | | >{{ $t("common.reset") }}</el-button> |
| | | <el-button |
| | | size="small" |
| | | type="primary" |
| | | @click="insertEditFrom" |
| | | >{{ |
| | | $t("common.confirm") |
| | | }}</el-button> |
| | | </div> |
| | |
| | | this.getSelectProject(); |
| | | done(); |
| | | }) |
| | | .catch((_) => {}); |
| | | .catch((_) => { }); |
| | | }, |
| | | async innerClose() { |
| | | this.showMap = false; |
| | |
| | | this.editFrom = { geom: " " }; |
| | | this.$store.state.projeOl = null; |
| | | }, |
| | | |
| | | async delprojectData(id) { |
| | | const data = await project_delete({ gid: id }); |
| | | if (data.code == 200) { |
| | | this.$message({ |
| | | message: "删除成功!", |
| | | type: "success", |
| | | }); |
| | | this.getSelectProject(); |
| | | } else { |
| | | this.$message({ |
| | | message: "删除失败!", |
| | | type: "warning", |
| | | }); |
| | | } |
| | | }, |
| | | //删除项目 |
| | | async deleteProject(row) { |
| | | var that = this; |
| | | this.$confirm("此操作将永久删除该项目, 是否继续?", "提示", { |
| | | confirmButtonText: "确定", |
| | | cancelButtonText: "取消", |
| | | type: "warning", |
| | | }) |
| | | .then(async () => { |
| | | const data = await project_delete({ gid: row.gid }); |
| | | if (data.code == 200) { |
| | | this.$message({ |
| | | message: "删除成功!", |
| | | type: "success", |
| | | }); |
| | | this.getRoleTabelData(); |
| | | } else { |
| | | this.$message({ |
| | | message: "删除失败!", |
| | | type: "warning", |
| | | }); |
| | | } |
| | | }) |
| | | .catch(() => { |
| | | |
| | | that.delprojectData(row.gid) |
| | | }).catch(() => { |
| | | this.$message({ |
| | | type: "info", |
| | | message: "已取消删除", |
| | |
| | | size="small" |
| | | :title="$t('dataManage.vmobj.keyword')" |
| | | v-model="formInline.name" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuedataName')" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuedataName')" |
| | | > <i |
| | | @click="getTableData" |
| | | :title="$t('common.iquery')" |
| | | slot="suffix" |
| | | class="el-icon-search" |
| | | style="padding-right: 8px" |
| | | |
| | | ></i></el-input> |
| | | </el-form-item> |
| | | <el-form-item style="float:right"> |
| | |
| | | this.$message.error("名称不能为空") |
| | | return |
| | | } |
| | | if (!min) { |
| | | this.$message.error("请输入最小级别(0 ~ 20)") |
| | | return |
| | | } else { |
| | | |
| | | if (parseInt(min) < 0 || parseInt(min) > 20) { |
| | | this.$message.error(" 最小级别不能小于 0 或大于 20 ") |
| | | return |
| | | } |
| | | } |
| | | if (!max) { |
| | | this.$message.error("请输入最大级别(0 ~ 20)") |
| | | |
| | | if (parseInt(min) < 0 || parseInt(min) > 20) { |
| | | this.$message.error("最小级别不能小于 0 或大于 20 ") |
| | | return |
| | | } else { |
| | | if (parseInt(max) < 0 || parseInt(max) > 20) { |
| | | this.$message.error(" 最大级别不能小于 0 或大于 20 ") |
| | | return |
| | | } |
| | | } |
| | | |
| | | |
| | | if (parseInt(max) < 0 || parseInt(max) > 20) { |
| | | this.$message.error(" 最大级别不能小于 0 或大于 20 ") |
| | | return |
| | | } |
| | | |
| | | if (parseInt(min) > parseInt(max)) { |
| | | this.$message.error("最小级别不得大于最大级别") |
| | | return |
| | |
| | | this.insertDialogVisible = false; |
| | | |
| | | const data = await publish_insert(obj); |
| | | if (data.code != 200 || data.count > 0) { |
| | | this.$message.error("数据发布失败") |
| | | |
| | | } else { |
| | | if (data.code == 200 && data.result > 0) { |
| | | this.$message({ |
| | | message: '数据发布成功', |
| | | type: 'success' |
| | | }); |
| | | } else { |
| | | this.$message.error("数据发布失败") |
| | | } |
| | | this.loadDialogVisible = false |
| | | this.getTableData(); |
| | |
| | | return |
| | | } |
| | | if (this.formInline.type == "DOM" || this.formInline.type == "DEM") { |
| | | this.insertLayer.name = this.formInline.dirName; |
| | | |
| | | this.insertLayer.name = this.multipleSelection[0].name.split('.')[0]; |
| | | this.insertLayer.number = this.multipleSelection.length |
| | | this.insertLayer.noData = '0'; |
| | | this.insertDialogVisible = true; |
| | |
| | | for (var i in this.multipleSelection) { |
| | | std.push(this.multipleSelection[i].id) |
| | | } |
| | | |
| | | var obj = { |
| | | dircode: this.formInline.dirid, |
| | | depcode: this.formInline.depid, |
| | | ids: std, |
| | | type: this.formInline.type |
| | | } |
| | | |
| | | this.loadDialogVisible = true |
| | | this.insertDialogVisible = false; |
| | | |