体系搜索-列表接口对接

This commit is contained in:
zyn
2023-11-15 15:04:00 +08:00
parent 772b578c1a
commit c82ff7cdea
@@ -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
}
})
},