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