This commit is contained in:
wanglei
2021-11-30 14:48:18 +08:00
parent 15f0fe254e
commit e35ae0acd1
2 changed files with 11 additions and 11 deletions

View File

@@ -68,12 +68,6 @@
}
},
created() {
const {id} = this.$route.query
if(id){
this.comp = "detail";
this.params = id;
this.isList = false;
}
this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter", "meetStatus");
},
computed: {
@@ -95,6 +89,15 @@
}
},
methods: {
emitShow(){
const {id} = this.$route.query
if(id){
this.comp = "detail";
this.params = id;
this.isList = false;
}
this.getData()
},
tag(status) {
return {
"0": "common/1wqr.png",
@@ -147,9 +150,6 @@
}
},
onShow() {
this.getData()
}
}
</script>

View File

@@ -15,8 +15,8 @@
<AiUploader :multiple="true" type="image" :limit="9" placeholder="上传图片" @list="fileList" :def="form.files"></AiUploader>
</div>
<div class="card item-wrap" @click="handleSelectUser">
<u-row justify="between" class="item" style="border-bottom: 1px solid #eeeeee">
<div class="card item-wrap">
<u-row justify="between" class="item" style="border-bottom: 1px solid #eeeeee" @click="handleSelectUser">
<header><em>*</em>发送对象</header>
<div class="right">
<template v-if="!form.persons.length">