From c82ff7cdeab7b08aca32580028c2550a48f90874 Mon Sep 17 00:00:00 2001 From: zyn Date: Wed, 15 Nov 2023 15:04:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=93=E7=B3=BB=E6=90=9C=E7=B4=A2-=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=8E=A5=E5=8F=A3=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../systemSearch/components/DialogTable.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/regulatoryRepository/systemSearch/components/DialogTable.vue b/src/pages/regulatoryRepository/systemSearch/components/DialogTable.vue index 68b8e6a5c..08f77acdb 100644 --- a/src/pages/regulatoryRepository/systemSearch/components/DialogTable.vue +++ b/src/pages/regulatoryRepository/systemSearch/components/DialogTable.vue @@ -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 } }) },