Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
aixianling
2021-12-17 15:19:34 +08:00
30 changed files with 4164 additions and 266 deletions

View File

@@ -83,7 +83,6 @@
</div>
</div>
<u-picker mode="time" v-model="show" :params="options" @confirm="confirm"></u-picker>
<AiBack ref="aiBack" v-if="!userSelect"/>
</div>
</template>

View File

@@ -38,7 +38,6 @@
<AiEmpty/>
</template>
</div>
<AiBack/>
</div>
</template>

View File

@@ -94,7 +94,6 @@
</div>
</template>
<u-modal v-model="show" title="提示" show-cancel-button content='是否要取消该会议?' @confirm="onConfirm"></u-modal>
<AiBack/>
</div>
</template>

View File

@@ -35,7 +35,6 @@
</div>
<u-loadmore :status="status" v-if="list.length"/>
<AiEmpty v-if="!list.length"></AiEmpty>
<AiBack/>
</div>
</template>