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 }), // 上传图片