|
@@ -202,18 +202,6 @@
|
|
|
</el-dialog>
|
|
|
<!--水灾 -->
|
|
|
<el-tab-pane label="水灾" name="Water" >
|
|
|
- <!-- <div class="demo-input-suffix firsttitle">
|
|
|
- <el-form-item label="突水源" label-width="formLabelWidth5">
|
|
|
- <el-input v-model="input2"
|
|
|
- class="w-50 m-2"
|
|
|
- placeholder="管道名称"
|
|
|
- :prefix-icon="Search" />
|
|
|
- </el-form-item> -->
|
|
|
- <!-- <div class="btn2">
|
|
|
- <el-button type="success">搜索</el-button></div> -->
|
|
|
- <!-- <div class="btn2">
|
|
|
- <el-button type="success">开始演化</el-button></div>
|
|
|
- </div> -->
|
|
|
<!-- table表 -->
|
|
|
<div class="btn2" style="text-align: right;">
|
|
|
<el-button type="success" @click="newtable();waaddshow=true">新建</el-button>
|
|
@@ -529,11 +517,16 @@ function pipelinedata(searchtag){
|
|
|
function handleEditfire(){
|
|
|
if(gdadd.value=='1'){
|
|
|
fireadd()
|
|
|
- newaddshow.value=false;
|
|
|
+ newaddshow.value=false;
|
|
|
+ waaddshow.value=false;
|
|
|
}else if(gdadd.value=='2'){
|
|
|
- console.log(1111)
|
|
|
+ if(activeName.value=='Fire'){
|
|
|
+ newaddshow.value=false;
|
|
|
+ }else {
|
|
|
+ waaddshow.value=false;
|
|
|
+ }
|
|
|
gdxiugaifun()
|
|
|
- newaddshow.value=false;
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
// 新建
|
|
@@ -697,7 +690,6 @@ function fundeledata(){
|
|
|
request(params)
|
|
|
.then((res) => {
|
|
|
zaiqytabledata.value=res.rows;
|
|
|
- console.log( zaiqytabledata.value)
|
|
|
if(activeName.value=='Fire'){
|
|
|
tableDatafir.value=res.rows;
|
|
|
}else{
|