Kxc0822a
2022-03-31 8b3dc0a94cb8f3189191c50090b809b302f889ea
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();
  },