From 4c090ec4e0cb21f82b018993f850323f438e2adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=AE=BF=E6=98=95?= Date: Mon, 28 Dec 2020 02:43:07 +0800 Subject: [PATCH] =?UTF-8?q?fix=E4=BA=A7=E5=93=81=E6=B3=A8=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/workbench/fwzc_fwcs.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/workbench/fwzc_fwcs.vue b/src/pages/workbench/fwzc_fwcs.vue index c2d95a7..8d6f762 100644 --- a/src/pages/workbench/fwzc_fwcs.vue +++ b/src/pages/workbench/fwzc_fwcs.vue @@ -1689,7 +1689,7 @@ export default { data_service_type2: 0, portal_id: "", encode_method: "自动生成", - doc_file: this.wd_cp[0].url, + doc_file: this.wd_cp.length != 0 ? this.wd_cp[0].url : "", version: this.form_cp.bb, tags: this.form_cp.bq, urls: [], @@ -2325,7 +2325,7 @@ export default { if (type == "white") { this.whiteAddShow ? this.$message({ - message: "请按回车完善本次ip填写", + message: "请按回车完善本次标签填写", type: "error", }) : (this.whiteAddShow = true); -- 2.26.0