提交测试版
This commit is contained in:
parent
fcaa0034b4
commit
1ccb3a8532
@ -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()
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user