From 28d38f132ff7c6a1239df6c56f2da0a021bd4e96 Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期三, 13 九月 2023 16:12:08 +0800 Subject: [PATCH] 销售订单bug修复 --- src/components/view/record-content.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/view/record-content.vue b/src/components/view/record-content.vue index 5fbeedf..504470a 100644 --- a/src/components/view/record-content.vue +++ b/src/components/view/record-content.vue @@ -46,6 +46,7 @@ height: calc(100% - 20px); border-right: 3px solid rgb(245, 247, 251); padding: 16px; + overflow-y: auto; } .thing .left .custom-tree-node span { @@ -141,7 +142,6 @@ <div class="left"> <el-input v-model="search.technology" suffix-icon="el-icon-search" placeholder="璇疯緭鍏ユ悳绱㈠唴瀹�" size="small" clearable @input="query"></el-input> <el-tree :data="list" ref="tree" - style="height: 500px;overflow-y: auto;" :props="{children: 'children',label: 'name'}" node-key="name" default-expand-all @node-click="handleNodeClick" highlight-current :key="upIndex"> @@ -464,12 +464,13 @@ "Content-Type": "application/json" } } - ) + ).then(res =>{ + this.selectjilu() + }) }, add() { this.dialogVisible = false this.addRecord() - this.selectjilu() this.form = {}; }, query() { -- Gitblit v1.9.3