wujingjing
2024-07-08 ae78b3b194d399e3ba7bd3922f9f83ca0d7c762c
表单清空内容
已修改1个文件
20 ■■■■ 文件已修改
src/views/project/ch/efficiencyAnalysis/dispatchHydradulicModel/DispatchHydradulicModel.vue 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/ch/efficiencyAnalysis/dispatchHydradulicModel/DispatchHydradulicModel.vue
@@ -152,18 +152,18 @@
const dialogFormRef = ref<FormInstance>(null);
const dialogFormValue = ref<ScheduleValidationParams>({
    totalFlow1: 23394.0,
    totalFlow2: 38997.2,
    totalPressure1: 0.3355,
    totalPressure2: 0.1745,
});
// const dialogFormValue = ref<ScheduleValidationParams>({
//     totalFlow1: null,
//     totalFlow2: null,
//     totalPressure1: null,
//     totalPressure2: null,
//     totalFlow1: 23394.0,
//     totalFlow2: 38997.2,
//     totalPressure1: 0.3355,
//     totalPressure2: 0.1745,
// });
const dialogFormValue = ref<ScheduleValidationParams>({
    totalFlow1: null,
    totalFlow2: null,
    totalPressure1: null,
    totalPressure2: null,
});
const dialogFormRules = ref<FormRules>({
    totalFlow1: [{ required: true, message: '请输入1输水目标流量', trigger: 'blur' }],
    totalFlow2: [{ required: true, message: '请输入2输水目标流量', trigger: 'blur' }],