opt:优化前后端交互后端返回不统一问题
This commit is contained in:
@@ -273,7 +273,7 @@ export default {
|
||||
},
|
||||
created() {
|
||||
crudBsrealstorattr.getStor().then(res => {
|
||||
this.storlist = res
|
||||
this.storlist = res.data
|
||||
})
|
||||
this.initQuery()
|
||||
},
|
||||
@@ -381,7 +381,7 @@ export default {
|
||||
},
|
||||
divOpen() {
|
||||
checkoutbill.getOutBillDtl({ 'iostorinv_id': this.currentRow.iostorinv_id }).then(res => {
|
||||
this.openParam = res
|
||||
this.openParam = res.data
|
||||
this.storCode = this.currentRow.stor_code
|
||||
this.divShow = true
|
||||
this.mstrow = this.currentRow
|
||||
|
||||
Reference in New Issue
Block a user