From 321170eebdaa7e42e73bed2f9b768a8f82930feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B2=E6=A0=91=E9=80=9A?= <1976590620@qq.com> Date: Mon, 24 Feb 2020 15:59:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=97=B6=E9=99=90=E7=AE=A1?= =?UTF-8?q?=E7=90=86=20=E6=96=B0=E5=A2=9E=EF=BC=8C=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E4=B8=AD=E9=80=89=E4=B8=AD=E7=9A=84=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E4=B8=8D=E5=85=A8=E9=83=A8=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kpi/timeLimitItem-add-or-update.vue | 58 +++++++++++++------ 1 file changed, 40 insertions(+), 18 deletions(-) diff --git a/src/views/modules/kpi/timeLimitItem-add-or-update.vue b/src/views/modules/kpi/timeLimitItem-add-or-update.vue index 0339b7d8..6f93d424 100644 --- a/src/views/modules/kpi/timeLimitItem-add-or-update.vue +++ b/src/views/modules/kpi/timeLimitItem-add-or-update.vue @@ -1,22 +1,44 @@ @@ -78,7 +100,7 @@ export default { ...this.dataForm, ...res.data } - }).catch(() => {}) + }).catch(() => { }) }, // 表单提交 dataFormSubmitHandle: debounce(function () { @@ -108,7 +130,7 @@ export default { this.$emit('refreshDataList') } }) - }).catch(() => {}) + }).catch(() => { }) }) }, 1000, { 'leading': true, 'trailing': false }), getCategoryList () {