去掉商品描述为必填

This commit is contained in:
2024-11-12 11:28:01 +08:00
parent f062208699
commit 3b49456b73

View File

@@ -122,11 +122,7 @@ export default {
bookidsd: [], bookidsd: [],
dataRule: { dataRule: {
description: [ description: [
{
required: true,
message: "商品描述不能为空",
trigger: "blur"
}
], ],
money: [ money: [
{ {