提交测试版

This commit is contained in:
wulin 2021-01-13 09:52:47 +08:00
parent fcaa0034b4
commit 1ccb3a8532

View File

@ -9,12 +9,10 @@
>我的绩效</div> >我的绩效</div>
<div class="performance-content boderAndRadius"> <div class="performance-content boderAndRadius">
<div <div
v-if="isNoRouter"
class="isNoRouter commonFont" class="isNoRouter commonFont"
> >
<el-cascader <el-cascader
style="width:210px;" style="width:210px;"
v-if="isNoRouter"
:key="key" :key="key"
v-model="startId" v-model="startId"
size="mini" size="mini"
@ -273,9 +271,9 @@ export default {
beforeMount () { }, beforeMount () { },
async mounted () { async mounted () {
await this.handleGetTbale({ id: this.$route.query.id || '' }) await this.handleGetTbale({ id: this.$route.query.id || '' })
if (this.isNoRouter) { // if (this.isNoRouter) { 20210113
await this.handleStartsReq() await this.handleStartsReq()
} // }
await this.handleList() await this.handleList()
}, },