25123
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user