Commit 8c210e14 authored by verestrasz's avatar verestrasz

update

parent 8e2cd8af
...@@ -482,7 +482,7 @@ export default { ...@@ -482,7 +482,7 @@ export default {
// console.log('form', form) // console.log('form', form)
let apiName = this.isAdd ? 'addGood' : this.isAgain ? 'republishGood' : 'updateGood' let apiName = this.isAdd ? 'addGood' : this.isAgain ? 'republishGood' : 'updateGood'
let title = this.isAdd ? '添加成功!' : this.isAgain ? '重新发布成功!' : '编辑成功!' let title = this.isAdd ? '添加成功!' : this.isAgain ? '重新发布成功!' : '编辑成功!'
console.log('form', form)
this.submitLoading = true this.submitLoading = true
this.api({ this.api({
apiName, apiName,
......
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
<Input <Input
v-else v-else
placeholder="单位(KG)" placeholder="单位(KG)"
:value="row.weight" v-model="row.weight"
@on-change="handleInputChange(index, 'weight')" @on-change="handleInputChange(index, 'weight')"
type="number" type="number"
:readonly="isDetail" :readonly="isDetail"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment