This commit is contained in:
liaozetao
2023-12-22 19:04:33 +08:00
parent 10db47931c
commit a0b5d91b52

View File

@@ -255,7 +255,7 @@ export default {
onClick: this.homeGameTab.onClick, onClick: this.homeGameTab.onClick,
onUnclick: this.homeGameTab.onUnclick, onUnclick: this.homeGameTab.onUnclick,
erbanNoStr: this.homeGameTab.erbanNoStr, erbanNoStr: this.homeGameTab.erbanNoStr,
seqNo: new Number(this.category.seqNo), seqNo: new Number(this.homeGameTab.seqNo),
}; };
(data.id ? updateHomeGameTab(data) : saveHomeGameTab(data)).then(res => { (data.id ? updateHomeGameTab(data) : saveHomeGameTab(data)).then(res => {
console.log(res); console.log(res);