跳至內容
選單
此問題已被標幟
4289 瀏覽次數

Hello All,

I applied refresh action on save button. But i want condition that when validation error came than page should be refresh. So, condition i apply for this?

My code is below:

FormView.include({
save: function() {
if (this.model === 'farewell.calendar.booking'){
this.$el.find('.save_sign').click();
setTimeout(function() {
window.location.reload(1);
}, 1000);
}
return this._super.apply(this, arguments);
}
});

Thanks Advance.

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
3
7月 20
6216
1
5月 25
4424
1
11月 22
1954
1
11月 22
2163
0
8月 22
2508