From 0a4f08ae1dba0770b91f5f35b4c37f9667eb10e6 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 26 Sep 2022 10:08:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=85=A5=E5=BA=93=E6=B5=81?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue b/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue index b8370edeff..63b1b0a15a 100644 --- a/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue +++ b/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue @@ -631,12 +631,12 @@ export default { } return Number(s1.replace('.', '')) * Number(s2.replace('.', '')) / Math.pow(10, m) }, - showEdit(sid, row) { + showInfo(sid) { this.$nextTick(() => { this.$refs['form_obj'].clearValidate() }) this.viewTitle = '【编辑】入库单' - console.log('编辑回显', sid, row) + console.log('编辑回显', sid) req.fetchBySid(sid).then(resp => { const data = resp.data this.formobj = data @@ -685,7 +685,7 @@ export default { this.init() }) }).catch(e => { - this.formobj = row + this.formobj = {} }) }, getUrl() {