Browse Source

feat: function config format ms

master
wally 4 years ago
parent
commit
13425fbe65
  1. 1
      src/views/function-config.vue

1
src/views/function-config.vue

@ -225,6 +225,7 @@ const onSubmit = () => {
functionForm.value.validate(async () => {
try {
const param = cloneDeep({ ...data.value, deviceId: currentDeviceId.value });
param.time = new Date(param.time).getTime();
if (param.report.type === 0) {
//
const points = [...param.report.timePoints];

Loading…
Cancel
Save