田源
2023-10-12 153a4048e410a789a0da4eda0af09b2ca645bec3
Source/UBCS-WEB/src/views/system/tenant.vue
@@ -227,6 +227,7 @@
    option(){
      return{
          height: 'auto',
          columnBtn:false,
          calcHeight: 30,
          tip: false,
          searchShow: true,
@@ -307,6 +308,7 @@
              width: 100,
              value:0,
              disabled:this.BooleanFlag ,
              hide:true,
              dicData: [{
                label: '开启',
                value: 0
@@ -342,7 +344,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() {