opt:优化前后端交互后端返回不统一问题
This commit is contained in:
@@ -146,7 +146,7 @@ export default {
|
||||
open() {
|
||||
this.crud.resetQuery(false)
|
||||
crudSectattr.getSect({ 'stor_id': this.defaultList[0] }).then(res => {
|
||||
this.sects = res.content
|
||||
this.sects = res.data
|
||||
})
|
||||
if (this.sect) {
|
||||
this.query.sect = this.sect
|
||||
|
||||
Reference in New Issue
Block a user