提交测试版

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