From 1b765e3dfdf8ab0d38e587a0a8beaee47a60e32c Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期五, 26 七月 2024 14:08:58 +0800 Subject: [PATCH] 修改 --- web/src/views/modules/basicInfo/ProductModelTree.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/web/src/views/modules/basicInfo/ProductModelTree.vue b/web/src/views/modules/basicInfo/ProductModelTree.vue index 0688faf..0484c40 100644 --- a/web/src/views/modules/basicInfo/ProductModelTree.vue +++ b/web/src/views/modules/basicInfo/ProductModelTree.vue @@ -1,12 +1,12 @@ <template> <div class="product-tree-container"> - <el-input + <!-- <el-input placeholder="杈撳叆鍚嶇О杩涜杩囨护" style="width: 60%" v-model="filterText" size="small" clearable - ></el-input> + ></el-input>--> <el-button v-if="isShow" type="primary" @click="add()" style="margin: 10px 0 0 10px;padding: 9px 18px !important;">鏂板鍨嬪彿</el-button> <el-divider></el-divider> <el-tree @@ -84,7 +84,6 @@ if (this.basic) { if (this.productList && this.productList[0].children) { this.defaultId = this.productList[0].children[0].id - console.log(this.defaultId, 'this.defaultID') this.$nextTick(() => { this.$refs.tree.setCurrentKey(this.defaultId); //涓�瀹氳鍔犺繖涓�変腑浜嗗惁鍒欐牱寮忔病鏈夊嚭鏉� }); -- Gitblit v1.9.1