30159
This commit is contained in:
@@ -59,8 +59,8 @@
|
|||||||
value-format="HH:mm:ss"></el-time-picker>
|
value-format="HH:mm:ss"></el-time-picker>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="播放设备" v-if="areaId" prop="serialNo" style="width: 100%;">
|
<el-form-item label="播放设备" v-if="areaId" prop="serialNo" style="width: 100%;">
|
||||||
<ai-table-select nodeName="name" :instance="instance" :action="`/app/appdlbquipment/list?devStatus=5&areaId=${areaId}`"
|
<ai-table-select nodeName="name" :instance="instance" extra="serialNo" :action="`/app/appdlbquipment/list?devStatus=5&areaId=${areaId}`"
|
||||||
@select="v=> formData.serialNo = v.map(e=> e.serialNo).toString()" multiple/>
|
@select="v => formData.serialNo = v.map(e=> e.serialNo).toString()" multiple/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
</template>
|
</template>
|
||||||
@@ -187,17 +187,16 @@ export default {
|
|||||||
// areaRoot() {
|
// areaRoot() {
|
||||||
// return this.areaRootId = [this.user.info.areaId.substr(0,6),'000000'].join("")
|
// return this.areaRootId = [this.user.info.areaId.substr(0,6),'000000'].join("")
|
||||||
// }
|
// }
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
watch: {
|
// watch: {
|
||||||
userAreaId: {
|
// userAreaId: {
|
||||||
handler: function(v) {
|
// handler: function(v) {
|
||||||
this.areaRootId = [v.substr(0,6),'000000'].join("")
|
// this.areaRootId = [v?.substr(0,6),'000000'].join("")
|
||||||
},
|
// },
|
||||||
deep: true
|
// deep: true
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
|
|
||||||
created() {
|
created() {
|
||||||
this.dict.load('dlbMessageUrgency', 'dlbBroadTaskType', 'dlbDyclingType')
|
this.dict.load('dlbMessageUrgency', 'dlbBroadTaskType', 'dlbDyclingType')
|
||||||
@@ -230,7 +229,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 地区选择
|
// 地区选择
|
||||||
handleAreaSelect() {
|
handleAreaSelect(v) {
|
||||||
this.areaName = v?.[0]?.label
|
this.areaName = v?.[0]?.label
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user