liriming
2024-10-16 dead8df69f3f458e8d4334cc9977c2586acc3e46
值类型与平滑尺度设置默认值
已修改1个文件
16 ■■■■ 文件已修改
src/views/data/point/DaPointForm.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/data/point/DaPointForm.vue
@@ -445,8 +445,20 @@
    remark: undefined,
    isEnable: 1,
    sourceOption: [],
    mathPoint: {},
    measurePoint: {},
    mathPoint: {
      id: '',
      pointId: '',
      expression: ''
    },
    measurePoint: {
      id: '',
      pointId: '',
      sourceType: '',
      sourceId: '',
      tagNo: '',
      dimension: '1',
      valueType: 'SIMULATE',
    }
  }
  formRef.value?.resetFields()
}