指标库
搜索后请求顺序调整 首页 获取绩效 去除错误提示
This commit is contained in:
parent
fedc15f97d
commit
3c6b50df1f
@ -650,7 +650,6 @@ export default {
|
||||
})
|
||||
})
|
||||
},
|
||||
|
||||
async handleGetTbale (id = this.$route.query.id) {
|
||||
let res = await apiResultGetDetail({ id })
|
||||
if (res.code !== 200) return
|
||||
|
||||
@ -8,9 +8,7 @@
|
||||
class="commonFont"
|
||||
>我的绩效</div>
|
||||
<div class="performance-content boderAndRadius">
|
||||
<div
|
||||
class="isNoRouter commonFont"
|
||||
>
|
||||
<div class="isNoRouter commonFont">
|
||||
<el-cascader
|
||||
style="width:210px;"
|
||||
:key="key"
|
||||
@ -323,7 +321,7 @@ export default {
|
||||
if (res.code !== 200) {
|
||||
this.resultRecordId = ''
|
||||
// if (!this.isNoRouter) {
|
||||
this.$message.error(res.msg)
|
||||
// this.$message.error(res.msg)
|
||||
// }
|
||||
return
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user