jiangfeng 5 лет назад
Родитель
Сommit
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) => {
 					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