licp
2024-12-26 f0a1d1428a7a258a5493ad5f6c36161ce377c7b0
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()