src/views/safetyproduction/feature.vue
@@ -139,7 +139,7 @@ <el-button type="primary" class="btns" @click="AddelementManagement()" >确 定</el-button > <el-button @click="dialogVisible = false">取 消</el-button> <el-button @click="cancel()">取 消</el-button> </span> </el-dialog> </div> @@ -324,6 +324,10 @@ .catch(error =>{ }); }, cancel(){ this.elementManagementL(); this.dialogVisible = false; }, find(){ this.elementManagementL(); },