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