From f991aa8e159ab30b79f7468883dc63f192af750b Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 29 四月 2024 14:00:48 +0800
Subject: [PATCH] 1
---
src/views/productManage/silkRegisterForm/addPage.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/productManage/silkRegisterForm/addPage.vue b/src/views/productManage/silkRegisterForm/addPage.vue
index 79dcf72..c116ecf 100644
--- a/src/views/productManage/silkRegisterForm/addPage.vue
+++ b/src/views/productManage/silkRegisterForm/addPage.vue
@@ -807,7 +807,7 @@
this.tableData.push({position:data[i],productId:Number(i)*2+2})
}
}
- this.tableList.tableData = this.tableData
+ this.tableList.tableData = this.tableData
}else{
this.tableData=[]
}
--
Gitblit v1.8.0