新增编辑保存添加校验
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* @Author: qianlishi
|
||||
* @Date: 2025-01-03 01:01:14
|
||||
* @LastEditors: qianlishi
|
||||
* @LastEditTime: 2025-01-10 16:53:51
|
||||
* @LastEditTime: 2025-01-11 21:40:04
|
||||
*/
|
||||
import { computed, h } from 'vue';
|
||||
import { cloneDeep } from 'lodash-es';
|
||||
@@ -135,7 +135,7 @@ export const getDialogRecordingSchemas = () => {
|
||||
dictCode: 'ENABLE_FLAG',
|
||||
},
|
||||
rules: [
|
||||
{ required: true, message: "启用状态必填", trigger: ['blur', 'change'] }
|
||||
{ required: true, type: 'number', message: "启用状态必填", trigger: ['blur', 'change'] }
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user