ludc
2023-08-03 ee7d7c29b8d95f0adab3bd9d93fdb1af51565a2d
Source/UBCS-WEB/src/views/system/tenant.vue
@@ -307,6 +307,7 @@
              width: 100,
              value:0,
              disabled:this.BooleanFlag ,
              hide:true,
              dicData: [{
                label: '开启',
                value: 0
@@ -342,7 +343,7 @@
    initBoolean(){
      this.$axios.get('/api/ubcs-system/tenant/find-ssa-enable').then(res => {
        this.BooleanFlag=res.data.data;
        console.log('---',res)
        //console.log('---',res)
      });
    },
    initData() {