清理组件残余

This commit is contained in:
aixianling
2021-12-13 11:57:34 +08:00
parent 5ed7bb299e
commit 63b2d8b1c9
3 changed files with 416 additions and 421 deletions

View File

@@ -88,13 +88,10 @@
</template>
<script>
import AiBack from "../../components/AiBack";
import AiUploader from "../../components/AiUploader";
import {mapActions} from "vuex";
export default {
name: "addMeeting",
components: {AiBack, AiUploader},
props: {
params: {
type: [Number, String]
@@ -169,7 +166,7 @@ export default {
}).then(res => {
this.change(res?.userList || [])
this.clickedUserSelect = false
}).catch(()=>{
}).catch(() => {
this.clickedUserSelect = false
})
},