From a9a1a5cf8e6d6677374e9ef7bcddb97877e4eee4 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 02 八月 2024 15:34:12 +0800
Subject: [PATCH] 测试完成
---
src/views/repositoryai/verbaltrick/particulars/index.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/views/repositoryai/verbaltrick/particulars/index.vue b/src/views/repositoryai/verbaltrick/particulars/index.vue
index c2e2cf3..5b51012 100644
--- a/src/views/repositoryai/verbaltrick/particulars/index.vue
+++ b/src/views/repositoryai/verbaltrick/particulars/index.vue
@@ -328,6 +328,7 @@
<el-upload
class="upload-demo"
:action="uploadImgUrl"
+ :show-file-list="false"
:headers="headers"
:on-success="
(response, file) => handleChange(response, file, 2)
@@ -376,6 +377,7 @@
<el-upload
class="upload-demo"
:action="uploadImgUrl"
+ :show-file-list="false"
:headers="headers"
:on-success="
(response, file) => handleChange(response, file, 3)
@@ -425,6 +427,7 @@
<el-upload
class="upload-demo"
:action="uploadImgUrl"
+ :show-file-list="false"
:headers="headers"
:on-success="
(response, file) => handleChange(response, file, 4)
@@ -747,6 +750,7 @@
getverbaltrick() {
let id = this.$route.query.id;
if (id) {
+
getverbaltrick({ id: id }).then((res) => {
this.indexform = res.data;
--
Gitblit v1.9.3