src/views/mdc/base/modules/DeviceParamThresholdManagement/ParamThresholdModal.vue
@@ -144,7 +144,7 @@ minThreshold: '', maxThreshold: '' } console.log('driveType',this.driveTypeList) console.log('driveType', this.driveTypeList) this.handleDriveTypeChange(this.driveTypeList[0]) this.$nextTick(() => { this.form.setFieldsValue(pick(this.model, 'controlSystemType', 'chineseName', 'minThreshold', 'maxThreshold')) @@ -226,6 +226,7 @@ * @param value 驱动参数类型选中项 */ handleDriveTypeChange(value) { this.paramList = [] api.getParamListByDriveTypeApi(value) .then(res => { if (res.success) {