初始版本
This commit is contained in:
6
server/app/common/service/generator/stub/other_item/dictDataApi.stub
Executable file
6
server/app/common/service/generator/stub/other_item/dictDataApi.stub
Executable file
@@ -0,0 +1,6 @@
|
||||
dictDataLists({
|
||||
type_value: '{DICT_TYPE}',
|
||||
page_type: 0
|
||||
}).then((res: any) => {
|
||||
dictData.{DICT_TYPE} = res.lists
|
||||
})
|
||||
5
server/app/common/service/generator/stub/other_item/formValidate.stub
Executable file
5
server/app/common/service/generator/stub/other_item/formValidate.stub
Executable file
@@ -0,0 +1,5 @@
|
||||
{COLUMN_NAME}: [{
|
||||
required: true,
|
||||
message: '{VALIDATE_MSG}',
|
||||
trigger: ['blur']
|
||||
}]
|
||||
Reference in New Issue
Block a user