From 5e9261cb3b0c222e0845256170ad0acc5dfe7e39 Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期一, 11 三月 2024 10:09:16 +0800
Subject: [PATCH] 产品修改采购类型为多选

---
 src/views/productManage/product/index.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/productManage/product/index.vue b/src/views/productManage/product/index.vue
index fb5c5fe..dc395f6 100644
--- a/src/views/productManage/product/index.vue
+++ b/src/views/productManage/product/index.vue
@@ -292,7 +292,9 @@
     // 鏂板缓
     addBtnClick() {
       this.editConfig.title = "鏂板缓"
-      this.editConfig.infomation = {}
+      this.editConfig.infomation = {
+        purchaseTypeList:[]
+      }
       this.editConfig.visible = true
     },
     // 璇︽儏

--
Gitblit v1.8.0