指标库

搜索后请求顺序调整
首页 获取绩效 去除错误提示
This commit is contained in:
zhujida 2021-01-27 09:51:29 +08:00
parent fedc15f97d
commit 3c6b50df1f
2 changed files with 2 additions and 5 deletions

View File

@ -650,7 +650,6 @@ export default {
}) })
}) })
}, },
async handleGetTbale (id = this.$route.query.id) { async handleGetTbale (id = this.$route.query.id) {
let res = await apiResultGetDetail({ id }) let res = await apiResultGetDetail({ id })
if (res.code !== 200) return if (res.code !== 200) return

View File

@ -8,9 +8,7 @@
class="commonFont" class="commonFont"
>我的绩效</div> >我的绩效</div>
<div class="performance-content boderAndRadius"> <div class="performance-content boderAndRadius">
<div <div class="isNoRouter commonFont">
class="isNoRouter commonFont"
>
<el-cascader <el-cascader
style="width:210px;" style="width:210px;"
:key="key" :key="key"
@ -323,7 +321,7 @@ export default {
if (res.code !== 200) { if (res.code !== 200) {
this.resultRecordId = '' this.resultRecordId = ''
// if (!this.isNoRouter) { // if (!this.isNoRouter) {
this.$message.error(res.msg) // this.$message.error(res.msg)
// } // }
return return
} }