From 1a0d57124485fafb0b42a3ec3ecc121e50bb050f Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 03 六月 2025 17:00:08 +0800 Subject: [PATCH] 1 --- src/views/picture/picture/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/picture/picture/index.vue b/src/views/picture/picture/index.vue index 62558e2..7283183 100644 --- a/src/views/picture/picture/index.vue +++ b/src/views/picture/picture/index.vue @@ -310,7 +310,7 @@ tupian(formData) .then(response => { - console.log('鎴愬姛浜�', response); + // console.log('鎴愬姛浜�', response); if (response.code === 200) { this.$message.success('鍥剧墖涓婁紶鎴愬姛锛�'); const index = this.tableList.findIndex(item => item.proId === proId); @@ -330,7 +330,7 @@ } }) .catch(error => { - console.log('涓婁紶澶辫触', error); + // console.log('涓婁紶澶辫触', error); this.$message.error('鍥剧墖涓婁紶澶辫触锛�'); }); }, @@ -541,7 +541,6 @@ this.changtjNumber(val.tjNumber); }, changtjNumber(val) { - console.log(8989); let tjNumber = val; this.loading = true; getYxJcXx(tjNumber).then((res) => { @@ -705,6 +704,7 @@ .then((response) => { this.form.proResult = ""; this.form.conclusion = ""; + if (this.tableList.length == 1) { this.submitForm(); } else { -- Gitblit v1.8.0