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