Explorar el Código

商品管理清除tree

Qukatie hace 1 mes
padre
commit
7dae4ad6bf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);
     },