chenrui преди 8 месеца
родител
ревизия
1a60674445
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/easyPassManagement/homepageCarouselImg/edit.vue

+ 1 - 1
src/views/easyPassManagement/homepageCarouselImg/edit.vue

@@ -290,8 +290,8 @@ export default {
             this.chooseDealerList = res.data.dealerList
           }
           _this.$refs.imageSet.setFileList(res.data.imageUrl)
+          _this.form = { ..._this.form, ...res.data }
           _this.$nextTick(() => {
-            _this.form = res.data
             _this.form.time = [res.data.bannerStartDate, res.data.bannerEndDate]
           })
         }