From 681d0fbed9c303db2cf7e947e4514129131799b0 Mon Sep 17 00:00:00 2001 From: lisl <1223762861@qq.com> Date: Thu, 11 Nov 2021 16:35:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=97=A0=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E6=96=87=E5=AD=97=E6=98=BE=E7=A4=BA=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sunshine_levy/src/views/project/index.vue | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/FrontCode2/sunshine_levy/src/views/project/index.vue b/FrontCode2/sunshine_levy/src/views/project/index.vue index 350ba29..1d67020 100644 --- a/FrontCode2/sunshine_levy/src/views/project/index.vue +++ b/FrontCode2/sunshine_levy/src/views/project/index.vue @@ -26,6 +26,7 @@ +
无征收项目!
@@ -62,6 +63,7 @@ export default { data() { return { type: "", + none: false, // 初始数据 info: { userName: "无数据", @@ -104,12 +106,7 @@ export default { this.info = result.data.data; if (result.data.data.prjList.length == 0) { - this.$message({ - message: "无征收项目", - duration: 3000, - type: "info", - center: true - }); + this.none = true; } } else { let code = [6001, 6501]; @@ -158,6 +155,13 @@ export default {