src/views/mdc/base/modules/DeviceParamThresholdManagement/ParamThresholdModal.vue
@@ -226,6 +226,7 @@
       * @param value 驱动参数类型选中项
       */
      handleDriveTypeChange(value) {
        this.paramList = []
        api.getParamListByDriveTypeApi(value)
          .then(res => {
            if (res.success) {