|
|
@@ -343,7 +343,7 @@
|
|
|
}
|
|
|
this.$refs.replaceForm.validate((valid) => {
|
|
|
if(valid) {
|
|
|
- this.$service.product.update(this.replaceForm).then(res => {
|
|
|
+ this.$service.product.update(replaceForm).then(res => {
|
|
|
console.log('res1111', res)
|
|
|
this.$message.success('操作成功!');
|
|
|
this.addDialog = false
|