From ef2398b98093f1823ae8681fd231d14f37df00bd Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Sun, 28 Apr 2024 10:18:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=94=B5=E5=8E=8B=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/photographicDevice/components/addPhotoDialog.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/photographicDevice/components/addPhotoDialog.vue b/src/views/photographicDevice/components/addPhotoDialog.vue index 080ab99..4fc5329 100644 --- a/src/views/photographicDevice/components/addPhotoDialog.vue +++ b/src/views/photographicDevice/components/addPhotoDialog.vue @@ -469,7 +469,6 @@ export default { this.formInfo.dyId = ""; } else { this.dyOptions = res.data.list; - if (this.photoDialogTitle == "新增") { // this.formInfo.lineId = res.data.list[0].id; this.$set(this.formInfo, "dyId", res.data.list[0].id); @@ -485,7 +484,6 @@ export default { getSearchInfo({ type: 2, id: this.formInfo.dyId }) .then((res) => { this.lineOptions = res.data.list; - if (this.photoDialogTitle == "新增") { // this.formInfo.lineId = res.data.list[0].id; this.$set(this.formInfo, "lineId", res.data.list[0].id);