From 9f83f8cbb6032b9f5fe5654224b76abaa11bf6d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=A4=AB=E7=90=B3?= <5356169+zhaofulin@user.noreply.gitee.com> Date: Sat, 23 Mar 2024 14:29:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF=E4=BB=A3=E5=8A=9E?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=90=88=E5=90=8C=E4=BF=AE=E8=AE=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/waitToDo/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/waitToDo/index.vue b/src/views/waitToDo/index.vue index 018eaeb..656ef25 100644 --- a/src/views/waitToDo/index.vue +++ b/src/views/waitToDo/index.vue @@ -169,7 +169,7 @@ export default { } this.moreLoading = true this.$loading(true, 'tableLoading') - let filterArr = ['QUOTATION_SHEET'] + let filterArr = ['QUOTATION_SHEET', 'SUPPLIER_CONTRACT_XD'] getMyNotifyMessagePage(query).then(res => { let resList = (res.data && res.data.list || []) if (['init', 'refresh'].includes(val)) {