|
@@ -268,7 +268,7 @@ export default {
|
|
|
return this.selectDictLabel(this.dict.type[type], value)
|
|
|
},
|
|
|
getJgxx(res) {
|
|
|
- if (res.szlrlx == null || res.szlrlx == '') {
|
|
|
+ if (res.data.szlrlx == null || res.data.szlrlx == '') {
|
|
|
this.$modal.msgWarning("请先备案再开启等级评定");
|
|
|
}
|
|
|
this.searchXydm = res.data.tyshxydm
|
|
@@ -416,7 +416,7 @@ export default {
|
|
|
if (this.user.userData.userType != '00') {
|
|
|
getJgByUser().then(res => {
|
|
|
if (res.data) {
|
|
|
- if (res.szlrlx == null || res.szlrlx == '') {
|
|
|
+ if (res.data.szlrlx == null || res.data.szlrlx == '') {
|
|
|
return this.$modal.msgWarning("请先备案再开启等级评定");
|
|
|
}
|
|
|
this.searchXydm = res.data.tyshxydm
|