diff --git a/src/api/dms/deviceMode/types.ts b/src/api/dms/deviceMode/types.ts index a943a90..3952b6f 100644 --- a/src/api/dms/deviceMode/types.ts +++ b/src/api/dms/deviceMode/types.ts @@ -52,6 +52,8 @@ export interface DeviceModeForm extends BaseEntity { */ remark?: string; + ossId?: string | number; + } export interface DeviceModeQuery extends PageQuery { diff --git a/src/components/ImageUpload/index.vue b/src/components/ImageUpload/index.vue index 1c6dcd1..e4f3da3 100644 --- a/src/components/ImageUpload/index.vue +++ b/src/components/ImageUpload/index.vue @@ -196,7 +196,8 @@ const uploadedSuccessfully = () => { fileList.value = fileList.value.filter((f) => f.url !== undefined).concat(uploadList.value); uploadList.value = []; number.value = 0; - emit('update:modelValue', listToString(fileList.value)); + // emit('update:modelValue', listToString(fileList.value)); + emit('update:modelValue', fileList.value); proxy?.$modal.closeLoading(); } }; diff --git a/src/views/dms/alarmRuleLink/index.vue b/src/views/dms/alarmRuleLink/index.vue index 7616f1d..b1614f0 100644 --- a/src/views/dms/alarmRuleLink/index.vue +++ b/src/views/dms/alarmRuleLink/index.vue @@ -5,40 +5,24 @@
- - - - - - - - - - - + + + + + + - - + - + - - - - - - @@ -79,26 +63,26 @@ - - + - - - -