智慧农业大数据平台
guoshilong
2022-10-10 0d09f0e9c356bbacb46a0cff2a95b0e20504763e
src/components/selectName/index.vue
@@ -30,6 +30,13 @@
    created () {
        this.currentTitle = this.value
    },
    watch:{
      value: {
        handler (newName, oldName) {
          this.currentTitle = newName
        }
      }
    },
    methods: {
        currentClick (item, index) {