diff --git a/packages/device/AppMediaManage/components/List.vue b/packages/device/AppMediaManage/components/List.vue index 107d2c5f..6e0129bf 100644 --- a/packages/device/AppMediaManage/components/List.vue +++ b/packages/device/AppMediaManage/components/List.vue @@ -50,11 +50,11 @@ @@ -269,11 +269,14 @@ export default { }, // 地区选择 handleAreaSelect() { - this.form.areaName = v?.[0]?.label + this.areaName = v?.[0]?.label }, // 播放 confirm() { + if(!this.areaId) { + this.$message.error('请选择所要播放设备的行政区划!') + } this.$refs['ruleForm'].validate((valid) => { if (valid) { if (this.formData.checkList.length) {