소스 검색

bug修复

chenrui 3 년 전
부모
커밋
de88817b15
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/views/productManagement/productInfo/edit.vue

+ 0 - 2
src/views/productManagement/productInfo/edit.vue

@@ -298,7 +298,6 @@ export default {
           }
           this.$refs.editor.setHtml(res.data.description)
           this.$refs.otherDesc.setHtml(res.data.otherDesc)
-          console.log(this.form.productPicList, '----productPicList')
         } else {
           this.$refs.ruleForm.resetFields()
         }
@@ -316,7 +315,6 @@ export default {
         if (valid) {
           const form = JSON.parse(JSON.stringify(_this.form))
           form.id = _this.$route.params.id ? _this.$route.params.id : undefined
-          console.log(form, '------form')
           form.productPicList = []
           if (form.productMsg) {
             const arr = form.productMsg.split(',')