历史记录修改
This commit is contained in:
+2
-2
@@ -51,9 +51,9 @@
|
||||
otaId:localStorage.getItem('otaId')
|
||||
}
|
||||
this.loading = true
|
||||
getAction('ota/otaBaSjLsjl/list', query).then((res) => {
|
||||
getAction('ota/otaBaSjLsjl/page', query).then((res) => {
|
||||
if (res.success) {
|
||||
this.dataSource = res.result || []
|
||||
this.dataSource = res.result.records || []
|
||||
this.loading = false
|
||||
} else {
|
||||
this.loading = false
|
||||
|
||||
@@ -51,9 +51,9 @@
|
||||
otaId:localStorage.getItem('otaId')
|
||||
}
|
||||
this.loading = true
|
||||
getAction('ota/otaBaCxLsjl/list', query).then((res) => {
|
||||
getAction('ota/otaBaCxLsjl/page', query).then((res) => {
|
||||
if (res.success) {
|
||||
this.dataSource = res.result || []
|
||||
this.dataSource = res.result.records || []
|
||||
this.loading = false
|
||||
} else {
|
||||
this.loading = false
|
||||
|
||||
Reference in New Issue
Block a user