智慧农业大数据平台
xiebin
2022-11-16 3dc278f10a4c3e3db7ce3a445bed710bdc88916e
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) {