From f43cb0feec53f9a4286d88e5cd62213bcdf55150 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 21 八月 2025 15:55:28 +0800
Subject: [PATCH] 1

---
 项目代码/WCS/WIDESEAWCS_Client/src/views/LineInfocopy.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/LineInfocopy.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/LineInfocopy.vue"
index 28a7853..338a8f0 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/LineInfocopy.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/LineInfocopy.vue"
@@ -48,7 +48,7 @@
 			<el-row :gutter="20" type="flex" justify="start" align="top" tag="div">
 				<el-col :span="16" :offset="0" :push="0" :pull="0" tag="div">
 					<el-form-item label="涓嬩竴鐩爣鍦板潃:">
-						<el-input size="large" v-model="form.TargetAddress" placeholder="璇疯緭鍏ヨ捣鐐硅鍒楀眰" />
+						<el-input size="large" v-model="form.TargetAddress" placeholder="璇疯緭鍏ヤ笅涓�鐩爣鍦板潃" />
 					</el-form-item>
 				</el-col>
 			</el-row>
@@ -169,7 +169,6 @@
 				.then((x) => {
 					if (x.status) {
 						this.lineItemInfo = x.data;
-						console.log(this.lineItemInfo.taskNum);
 					} else {
 						this.$message({
 							type: "error",

--
Gitblit v1.9.3