修复添加策略ID
parent
c60c027cd9
commit
55c136308a
|
@ -159,9 +159,6 @@
|
|||
<el-form-item label="规则名称" prop="ruleName">
|
||||
<el-input v-model="form.ruleName" placeholder="请输入规则名称"/>
|
||||
</el-form-item>
|
||||
<el-form-item label="策略id" prop="strategyId">
|
||||
<el-input v-model="form.strategyId" placeholder="请输入策略id"/>
|
||||
</el-form-item>
|
||||
<el-form-item label="报文数据类型id" prop="msgTypeId">
|
||||
<el-input v-model="form.msgTypeId" placeholder="请输入报文数据类型id"/>
|
||||
</el-form-item>
|
||||
|
@ -307,6 +304,7 @@ export default {
|
|||
this.getList();
|
||||
});
|
||||
} else {
|
||||
this.form.strategyId = this.queryParams.strategyId
|
||||
addRule(this.form).then(response => {
|
||||
this.$modal.msgSuccess("新增成功");
|
||||
this.open = false;
|
||||
|
|
Loading…
Reference in New Issue