dedsudiyu 17 tuntia sitten
vanhempi
commit
db53ca9f7e

+ 4 - 1
src/views/safetyEducationExaminationNew/workbench/UserInfoCard.vue

@@ -291,7 +291,10 @@ export default {
     examElLabEduRelationBindStatus(){
       examElLabEduRelationBindStatus({}).then(response => {
         this.$set(this, 'userInfo', response.data)
-        if(!response.data.bound&&response.data.educationType == 1){
+        // if(!response.data.bound&&response.data.educationType == 1){
+        //   this.shadeButton(5);
+        // }
+        if(response.data.isPopup){
           this.shadeButton(5);
         }
       })