ludc
2023-07-28 fe903b2a6834ac06a2d1b49b705c74ad1ccb10d8
Source/UBCS-WEB/src/components/template/SetPersonnel.vue
@@ -92,7 +92,6 @@
        },
      parameter:{
          handler(newval,oldval){
            console.log('子',newval,oldval)
         this.saveParam=newval
          },deep:true,
        immediate:true
@@ -118,7 +117,6 @@
    },
    mounted() {
      console.log('---',this.parameter)
    },
  created() {
  },