From 511ecdfdaaa7ad51dbb767c16cac37f7919e451e Mon Sep 17 00:00:00 2001 From: schry <2433098676@qq.com> Date: Wed, 10 May 2023 14:31:01 +0800 Subject: [PATCH] this.getList(); --- src/views/basic/product/udiInfoManageSp.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/basic/product/udiInfoManageSp.vue b/src/views/basic/product/udiInfoManageSp.vue index b54a9cab..db8fd27e 100644 --- a/src/views/basic/product/udiInfoManageSp.vue +++ b/src/views/basic/product/udiInfoManageSp.vue @@ -281,6 +281,7 @@ export default { }; this.total = 0; this.list = []; + this.getList(); }, search() { this.filterQuery.page = 1; @@ -671,7 +672,7 @@ export default { } , created() { - // this.getList(); + this.getList(); this.selectSysParam(); this.getSysFilter(); this.findMethod();