|
@@ -25,7 +25,7 @@
|
|
|
</div>
|
|
|
<div class="layerBoxNoBg">
|
|
|
<div>
|
|
|
- <el-button type="primary" @click="openWindow">添加导航池</el-button>
|
|
|
+ <el-button type="primary" @click="addCategoryList">添加导航池</el-button>
|
|
|
</div>
|
|
|
<div>
|
|
|
<el-button @click="clearSearchList">重置</el-button>
|
|
@@ -492,6 +492,12 @@ export default {
|
|
|
//this.clearToServe();
|
|
|
this.windowStatus = true;
|
|
|
},
|
|
|
+ //2.1.1 添加导航池
|
|
|
+ addCategoryList(){
|
|
|
+ this.editId = 0;
|
|
|
+ this.editBtn = false;
|
|
|
+ this.openWindow();
|
|
|
+ },
|
|
|
//2.2 关闭弹出框
|
|
|
closeWindow(){
|
|
|
this.windowStatus = false;
|