chenrui 3 lat temu
rodzic
commit
de88817b15
1 zmienionych plików z 0 dodań i 2 usunięć
  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(',')