潘志宝
2024-10-28 0ccd9ca4b3a0ac1474c8cb9445d8b669654c7a81
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()
}