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 () {