Merge branch 'dev'
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -38,8 +38,8 @@ | ... | @@ -38,8 +38,8 @@ |
38 | </el-col> | 38 | </el-col> |
39 | </el-row> | 39 | </el-row> |
40 | <div style="text-align:center"> | 40 | <div style="text-align:center"> |
41 | <el-button @click="$popupCacel">取消</el-button> | ||
41 | <el-button type="primary" @click="submitForm('ruleForm')">新增</el-button> | 42 | <el-button type="primary" @click="submitForm('ruleForm')">新增</el-button> |
42 | <el-button @click="resetForm('ruleForm')">取消</el-button> | ||
43 | </div> | 43 | </div> |
44 | </el-form> | 44 | </el-form> |
45 | </template> | 45 | </template> | ... | ... |
-
Please register or sign in to post a comment