From c71b3789e81b96ed204f72173505e4792a641074 Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Thu, 19 Mar 2020 18:12:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=A4=B4=E5=83=8F=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../master/masteruserrelation-add-or-update.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/modules/master/masteruserrelation-add-or-update.vue b/src/views/modules/master/masteruserrelation-add-or-update.vue index 78779c3e..73d3f1eb 100755 --- a/src/views/modules/master/masteruserrelation-add-or-update.vue +++ b/src/views/modules/master/masteruserrelation-add-or-update.vue @@ -4,8 +4,11 @@ - - + + + + + @@ -132,6 +135,9 @@ export default { } }) }, + errorHandler () { + return true + }, // 获取信息 getInfo () { this.$http.get(`/cloudAnalysis/masteruserrelation/${this.dataForm.id}`).then(({ data: res }) => {