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)