ludc
2023-08-02 d30089f9dd63f5f844433c5414b471f2676eec3a
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() {
  },
@@ -219,6 +217,7 @@
                            type: 'success',
                            message: response.data.msg
                        });
                        this.$emit('onLoad')
                        this.done()
                    }
                }