Qukatie 1 месяц назад
Родитель
Сommit
7dae4ad6bf
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/views/goodsManage/index.vue

+ 1 - 0
src/views/goodsManage/index.vue

@@ -306,6 +306,7 @@ export default {
       });
     },
     searchReset() {
+      this.$refs.tree.setCurrentKey(null);
       this.query = this.$options.data().query;
       this.onLoad(this.page);
     },