From 7cfb0d41739d1c40ad19c65ebb05b27abf77a39c Mon Sep 17 00:00:00 2001 From: zichen1019 <1510748736@qq.com> Date: Sat, 28 Aug 2021 22:06:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8E=9F=E5=A7=8B=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E7=BC=96=E5=8F=B7=E5=8F=98=E5=8C=96=E7=9B=91=E5=90=AC?= =?UTF-8?q?=E5=B9=B6=E5=88=A4=E9=87=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/user.vue | 5 ++--- src/views/ysjl/3000/common/index.vue | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/src/views/user/user.vue b/src/views/user/user.vue index 1c28cc0..851d7b4 100644 --- a/src/views/user/user.vue +++ b/src/views/user/user.vue @@ -151,7 +151,7 @@ :on-remove="handleRemove" :file-list="fileList" :limit="1" - action="123" + action="" list-type="picture" > @@ -363,8 +363,7 @@ export default { }).then((data) => { this.tempUser.signImg = data this.fileList = JSON.parse(data) - this.fileList[0].url = - process.env.VUE_APP_IMG_URL + 'signImage/' + this.fileList[0].name + this.fileList[0].url = process.env.VUE_APP_IMG_URL + 'signImage/' + this.fileList[0].name }) return true }, diff --git a/src/views/ysjl/3000/common/index.vue b/src/views/ysjl/3000/common/index.vue index fd772bd..f539c40 100644 --- a/src/views/ysjl/3000/common/index.vue +++ b/src/views/ysjl/3000/common/index.vue @@ -890,6 +890,22 @@ export default { tree: [] } }, + watch: { + jlbh4: function() { + this.ysjlService + .judgeRepeat(this.jlbh1 + this.jlbh2 + this.jlbh3 + '-' + this.jlbh4, this.ysjl.id) + .then((data) => { + this.isRepeat = data + }) + }, + 'ysjl.jilubianhao': function() { + this.ysjlService + .judgeRepeat(this.ysjl.jilubianhao, this.ysjl.id) + .then((data) => { + this.isRepeat = data + }) + } + }, created() { if (this.state === 'create') { this.initYsjl()