diff --git a/src/views/zhxxgl/informationManagement.vue b/src/views/zhxxgl/informationManagement.vue index b23c154..ea7ebe2 100644 --- a/src/views/zhxxgl/informationManagement.vue +++ b/src/views/zhxxgl/informationManagement.vue @@ -6,7 +6,7 @@
- +
@@ -17,8 +17,8 @@ searchV: '', }); // 查询接口 -const getList = async () => { - console.log('点击'); +const getList = async (val) => { + console.log('点击', val); };