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

View File

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