wangting
2023-08-28 c98617764afe0ee4e64ebb7b3af6845aeaeeea12
Source/UBCS-WEB/src/components/code-dialog-page/referConfigDialog.vue
@@ -28,12 +28,12 @@
    },
    watch:{
        referConfigOption (){
          console.log(111)
            if(func.notEmpty(this.referConfigOption.referConfig) || func.notEmpty(this.referConfigOption.referBtmId)){
                this.openReconfigInterFace(this.referConfigOption);
            }else{
                this.openTipsChooseOrCust();
            }
        },
    },
    methods: {