体系搜索-列表接口对接
This commit is contained in:
@@ -234,12 +234,12 @@ export default {
|
||||
this.title = `${cfg.menuName}( ${cfg.gbStandCount}/${cfg.fbStandCount}/${cfg.esStandCount} )`
|
||||
this.searchForm.menuId = cfg.id
|
||||
this.initSearchForm.menuId = cfg.id
|
||||
this.onSearch()
|
||||
},
|
||||
onSearch () {
|
||||
console.log(this.searchForm)
|
||||
this.$http._getData('lawss/sarMenuStandardLimit/standardSystemTree').then(res => {
|
||||
this.$http._postData('lawss/sarMenuStandardLimit/standardSystemList', this.searchForm).then(res => {
|
||||
if (res.ok) {
|
||||
|
||||
this.data = res.data.list
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user