|
@@ -68,6 +68,7 @@ interface RuleFormState {
|
|
name: string;
|
|
name: string;
|
|
interval: string;
|
|
interval: string;
|
|
key: string;
|
|
key: string;
|
|
|
|
+ busiTypes: string;
|
|
desc: string;
|
|
desc: string;
|
|
}
|
|
}
|
|
interface DicState {
|
|
interface DicState {
|
|
@@ -133,7 +134,7 @@ export default defineComponent({
|
|
|
|
|
|
if (row) {
|
|
if (row) {
|
|
state.ruleForm = row;
|
|
state.ruleForm = row;
|
|
- state.ruleForm.busiTypes=row.dataTemplateBusi.busiTypes;
|
|
|
|
|
|
+ state.ruleForm.busiTypes=row.dataTemplateBusi.busiTypes.toString();
|
|
state.ruleForm.busiId=row.dataTemplateBusi.busiId;
|
|
state.ruleForm.busiId=row.dataTemplateBusi.busiId;
|
|
}
|
|
}
|
|
|
|
|