From f645de8d10a894b8d7c86cbcb625ee1a4b3cbe6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B2=E6=A0=91=E9=80=9A?= <1976590620@qq.com> Date: Wed, 4 Mar 2020 13:10:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=BA=E5=91=98=E7=AE=A1?= =?UTF-8?q?=E7=90=86=20=E6=9F=A5=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../custom/gridoperatorinfo-detail.vue | 106 +++++++++++------- 1 file changed, 65 insertions(+), 41 deletions(-) diff --git a/src/views/modules/custom/gridoperatorinfo-detail.vue b/src/views/modules/custom/gridoperatorinfo-detail.vue index 2f630423..6a6932e8 100755 --- a/src/views/modules/custom/gridoperatorinfo-detail.vue +++ b/src/views/modules/custom/gridoperatorinfo-detail.vue @@ -1,46 +1,70 @@ @@ -110,7 +134,7 @@ export default { ...this.dataForm, ...res.data } - }).catch(() => {}) + }).catch(() => { }) }, // 表单提交 dataFormSubmitHandle: debounce(function () { @@ -131,7 +155,7 @@ export default { this.$emit('refreshDataList') } }) - }).catch(() => {}) + }).catch(() => { }) }) }, 1000, { 'leading': true, 'trailing': false }), // 上传图片