소스 검색

bug修复

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

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

@@ -301,6 +301,7 @@ export default {
           const form = JSON.parse(JSON.stringify(_this.form))
           form.id = _this.$route.params.id ? _this.$route.params.id : undefined
           delete form.productType
+          delete form.updateDate
           productSave(form).then(res => {
             if (res.status == 200) {
               _this.$message.success(res.message)