本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
heuzef
/
pinry
镜像来自
https://github.com/pinry/pinry.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
44
Wiki
活動
瀏覽代碼
Fix: Fix error response show for board-edit
pull/169/head
winkidney
5 年之前
committed by
Isaac Bythewood
父節點
d32a66a44d
當前提交
c49483ec6f
共有
1 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
pinry-spa/src/components/BoardEdit.vue
+ 2
- 2
pinry-spa/src/components/BoardEdit.vue
查看文件
@@ -100,8 +100,8 @@ export default {
self.$emit('boardSaved', resp);
self.$parent.close();
},
(r
esp
) => {
self.editModel.markFieldsAsDanger(resp.data);
(
erro
r) => {
self.editModel.markFieldsAsDanger(
error.
resp
onse
.data);
},
);
},
Write
Preview
Loading…
取消
儲存