xiongzhu há 4 anos atrás
pai
commit
ba99ec4f1f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/main/resources/templates/EditViewTemplate.ftl

+ 1 - 1
src/main/resources/templates/EditViewTemplate.ftl

@@ -101,7 +101,7 @@
                         <el-button @click="onDelete" :loading="saving" type="danger" v-if="formData.id">
                         <el-button @click="onDelete" :loading="saving" type="danger" v-if="formData.id">
                             删除
                             删除
                         </el-button>
                         </el-button>
-                        <el-button @click="$router.go(-1)" size="default">取消</el-button>
+                        <el-button @click="$router.go(-1)">取消</el-button>
                     </el-form-item>
                     </el-form-item>
                 </el-form>
                 </el-form>
             </div>
             </div>