From d88bef4cb8f86bf978c0e1c8e05780da97687aeb Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 29 Dec 2023 09:56:15 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web
---
src/views/task/reportForRepairs.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/task/reportForRepairs.vue b/src/views/task/reportForRepairs.vue
index e9cb515..adf1441 100644
--- a/src/views/task/reportForRepairs.vue
+++ b/src/views/task/reportForRepairs.vue
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2023-12-14 17:10:00
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-12-29 09:45:23
+ * @LastEditTime: 2023-12-29 09:55:49
* @FilePath: \jczz_web\src\views\task\reportForRepairs.vue
* @Description:
*
@@ -435,7 +435,7 @@
createTime: row.createTime,
mobile: row.phone,
name: row.realName,
- imageUrls,
+ imageList,
content: row.remark,
color: '#1890ff',
contentType: 0,
@@ -705,7 +705,7 @@
}
})
}
-
+
done()
},
currentChange (currentPage) {
--
Gitblit v1.9.3