From 3a45bd762e14e654f252965adddeee2f9b3efb9d Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期三, 14 一月 2026 17:52:11 +0800
Subject: [PATCH] Merge branch 'dev_ztns' of http://114.132.189.42:9002/r/lims-ruoyi-before into dev_ztns
---
src/views/business/reportPreparation/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/business/reportPreparation/index.vue b/src/views/business/reportPreparation/index.vue
index f051bcf..c3cfb82 100644
--- a/src/views/business/reportPreparation/index.vue
+++ b/src/views/business/reportPreparation/index.vue
@@ -23,7 +23,7 @@
</el-form-item>
<el-form-item label="鐗╂枡灞炴��" prop="materialProp">
- <el-select clearable size="small" v-model="entity.materialProp" style="width: 100%">
+ <el-select clearable size="small" v-model="entity.materialProp" @change="refreshTable()">
<el-option v-for="dict in dict.type.material_prop_type" :key="dict.value" :label="dict.label"
:value="dict.value">
</el-option>
--
Gitblit v1.9.3