瀏覽代碼

删掉打印信息

chenrui 4 年之前
父節點
當前提交
9f87bd758a

+ 0 - 2
src/views/CarWashManagement/AddCarWashModal.vue

@@ -308,7 +308,6 @@
       //  表单赋值
       //  表单赋值
       setVal(item){
       setVal(item){
         const _this = this
         const _this = this
-        console.log(item)
         let arr = [ 'id', 'icon', 'name', 'addrProvince', 'addrProvinceName', 'addrCityName', 'addrDistrictName', 'featuredServiceLabel', 'lng', 'lat', 'serviceType', 'guidance', 'reminder' ]
         let arr = [ 'id', 'icon', 'name', 'addrProvince', 'addrProvinceName', 'addrCityName', 'addrDistrictName', 'featuredServiceLabel', 'lng', 'lat', 'serviceType', 'guidance', 'reminder' ]
         arr.map(k => {
         arr.map(k => {
           this.form[k] = item[k]
           this.form[k] = item[k]
@@ -326,7 +325,6 @@
         this.form.endTime = moment(item.endTime, 'HH:mm')  //  营业时间  结束时间
         this.form.endTime = moment(item.endTime, 'HH:mm')  //  营业时间  结束时间
         this.setPeriodPrice(item.storeItemPriceDTOList)  // 时段价格
         this.setPeriodPrice(item.storeItemPriceDTOList)  // 时段价格
         this.isShow ? this.$refs.editor.setHtml(item.guidance) : null  //  文本编辑器赋值
         this.isShow ? this.$refs.editor.setHtml(item.guidance) : null  //  文本编辑器赋值
-        console.log(this.form,'----赋值后的表单')
       },
       },
       // 时段价格  赋值处理
       // 时段价格  赋值处理
       setPeriodPrice(storeItemPriceDTOList){
       setPeriodPrice(storeItemPriceDTOList){

+ 0 - 1
src/views/CarWashManagement/DetailsCarWashModal.vue

@@ -127,7 +127,6 @@
               if(result.status == 200){
               if(result.status == 200){
                 this.carWashInfo = Object.assign(res.data, {storeItemPriceDTOList: result.data})
                 this.carWashInfo = Object.assign(res.data, {storeItemPriceDTOList: result.data})
                 // 获取当前设备图片
                 // 获取当前设备图片
-                console.log(res.data)
                 deviceImage({ deviceNo: res.data.deviceVOList[0].deviceNo }).then(results => {
                 deviceImage({ deviceNo: res.data.deviceVOList[0].deviceNo }).then(results => {
                   if(results.status == 200){
                   if(results.status == 200){
                     this.pic = results.data
                     this.pic = results.data