提交 526f8eca 编写于 作者: ibizdev's avatar ibizdev

xignzi006 发布系统代码

上级 40b3466f
...@@ -2623,7 +2623,7 @@ ...@@ -2623,7 +2623,7 @@
"text": "停用", "text": "停用",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
"value": "1", "value": 1,
"disabled": false "disabled": false
} }
...@@ -2633,7 +2633,7 @@ ...@@ -2633,7 +2633,7 @@
"text": "可用", "text": "可用",
"data":"", "data":"",
"codename":"Item_0", "codename":"Item_0",
"value": "0", "value": 0,
"disabled": false "disabled": false
} }
......
...@@ -2631,7 +2631,7 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -2631,7 +2631,7 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
text: "停用", text: "停用",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: "1", value: 1,
disabled: false, disabled: false,
}, },
...@@ -2641,7 +2641,7 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -2641,7 +2641,7 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
text: "可用", text: "可用",
"data":"", "data":"",
"codename":"Item_0", "codename":"Item_0",
value: "0", value: 0,
disabled: false, disabled: false,
}, },
......
...@@ -94,14 +94,6 @@ export class MainEditFormBase extends EditFormControlBase { ...@@ -94,14 +94,6 @@ export class MainEditFormBase extends EditFormControlBase {
{ required: true, type: 'string', message: '组件状态 值不能为空', trigger: 'change' }, { required: true, type: 'string', message: '组件状态 值不能为空', trigger: 'change' },
{ required: true, type: 'string', message: '组件状态 值不能为空', trigger: 'blur' }, { required: true, type: 'string', message: '组件状态 值不能为空', trigger: 'blur' },
], ],
managed: [
{ required: true, type: 'number', message: '状态 值不能为空', trigger: 'change' },
{ required: true, type: 'number', message: '状态 值不能为空', trigger: 'blur' },
],
statecode: [
{ required: true, type: 'number', message: '状态 值不能为空', trigger: 'change' },
{ required: true, type: 'number', message: '状态 值不能为空', trigger: 'blur' },
],
} }
/** /**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册