修改
This commit is contained in:
parent
e65492366f
commit
318711edcd
@ -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: [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user