修改
This commit is contained in:
parent
e65492366f
commit
318711edcd
@ -201,7 +201,7 @@
|
|||||||
:inline="true"
|
:inline="true"
|
||||||
>
|
>
|
||||||
<div style="border-bottom: 1px solid #f1f1f1; margin-bottom: 20px">
|
<div style="border-bottom: 1px solid #f1f1f1; margin-bottom: 20px">
|
||||||
<el-form-item label="所属分类" prop="itemCategoryId">
|
<el-form-item label="所属分类" prop="testCategoryItemList">
|
||||||
<treeselect
|
<treeselect
|
||||||
:normalizer="normalizer"
|
:normalizer="normalizer"
|
||||||
:options="itemCategoryList"
|
:options="itemCategoryList"
|
||||||
@ -830,7 +830,7 @@ export default {
|
|||||||
queryParams: {
|
queryParams: {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
itemCategoryId: null,
|
testCategoryItemList: null,
|
||||||
itemName: null,
|
itemName: null,
|
||||||
itemCode: null,
|
itemCode: null,
|
||||||
},
|
},
|
||||||
@ -896,7 +896,7 @@ export default {
|
|||||||
itemContent: [
|
itemContent: [
|
||||||
{ required: true, message: "项目内容不能为空", trigger: "blur" },
|
{ required: true, message: "项目内容不能为空", trigger: "blur" },
|
||||||
],
|
],
|
||||||
itemCategoryId: [
|
testCategoryItemList: [
|
||||||
{ required: true, message: "请选择项目所属分类", trigger: "blur" },
|
{ required: true, message: "请选择项目所属分类", trigger: "blur" },
|
||||||
],
|
],
|
||||||
itemCode: [
|
itemCode: [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user