潘志宝
2024-11-02 b1d33fd41ee85b3100859764f7630fee3c205fab
src/views/data/channel/kio/tag/TagForm.vue
@@ -61,7 +61,7 @@
</template>
<script lang="ts" setup>
  import * as KioTagApi from '@/api/data/channel/kio/tag'
  import { CommonEnabled } from '@/utils/constants'
  import { CommonEnabledBool } from '@/utils/constants'
  import {isPositiveInteger} from '@/utils/validate'
  import { DICT_TYPE, getStrDictOptions, getBoolDictOptions } from '@/utils/dict'
@@ -79,7 +79,7 @@
    dataType: undefined,
    tagId: undefined,
    tagDesc: '',
    enabled: CommonEnabled.ENABLE,
    enabled: CommonEnabledBool.ENABLE,
    device: undefined,
    samplingRate: undefined
@@ -152,7 +152,7 @@
      dataType: undefined,
      tagId: undefined,
      tagDesc: '',
      enabled: CommonEnabled.ENABLE,
      enabled: CommonEnabledBool.ENABLE,
      device: undefined,
      samplingRate: undefined
    }