licp
2024-12-24 c70e37453d06f8eb6eddeddb3085548541cd34b5
src/components/do/a6-facilities-environment/facilities-environmental-conditions/power-supply-stability.vue
@@ -255,7 +255,7 @@
    // 电源稳定性-打开弹框调用设备接口,查询使用的设备
    openDialog() {
      this.$axios.get(this.$api.deviceScope.treeDevice).then(res => {
        this.cascaderList = res.data;
        this.cascaderList = res.data
      });
      this.$nextTick(() => {
        this.$refs['form'].clearValidate()