This commit is contained in:
曹辉 2022-11-04 10:30:02 +08:00
parent e65492366f
commit 318711edcd

View File

@ -201,7 +201,7 @@
:inline="true"
>
<div style="border-bottom: 1px solid #f1f1f1; margin-bottom: 20px">
<el-form-item label="所属分类" prop="itemCategoryId">
<el-form-item label="所属分类" prop="testCategoryItemList">
<treeselect
:normalizer="normalizer"
:options="itemCategoryList"
@ -830,7 +830,7 @@ export default {
queryParams: {
pageNum: 1,
pageSize: 10,
itemCategoryId: null,
testCategoryItemList: null,
itemName: null,
itemCode: null,
},
@ -896,7 +896,7 @@ export default {
itemContent: [
{ required: true, message: "项目内容不能为空", trigger: "blur" },
],
itemCategoryId: [
testCategoryItemList: [
{ required: true, message: "请选择项目所属分类", trigger: "blur" },
],
itemCode: [