jiangfeng 5 роки тому
батько
коміт
0408d8aac5
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      hd/src/views/item/list.vue

+ 1 - 1
hd/src/views/item/list.vue

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