chenrui před 4 roky
rodič
revize
bb51950f9a

+ 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)