Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -38,7 +38,6 @@
|
||||
<AiEmpty/>
|
||||
</template>
|
||||
</div>
|
||||
<AiBack/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -94,7 +94,6 @@
|
||||
</div>
|
||||
</template>
|
||||
<u-modal v-model="show" title="提示" show-cancel-button content='是否要取消该会议?' @confirm="onConfirm"></u-modal>
|
||||
<AiBack/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
</div>
|
||||
<u-loadmore :status="status" v-if="list.length"/>
|
||||
<AiEmpty v-if="!list.length"></AiEmpty>
|
||||
<AiBack/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user