Commit 8c210e14 authored by verestrasz's avatar verestrasz

update

parent 8e2cd8af
......@@ -482,7 +482,7 @@ export default {
// console.log('form', form)
let apiName = this.isAdd ? 'addGood' : this.isAgain ? 'republishGood' : 'updateGood'
let title = this.isAdd ? '添加成功!' : this.isAgain ? '重新发布成功!' : '编辑成功!'
console.log('form', form)
this.submitLoading = true
this.api({
apiName,
......
......@@ -209,7 +209,7 @@
<Input
v-else
placeholder="单位(KG)"
:value="row.weight"
v-model="row.weight"
@on-change="handleInputChange(index, 'weight')"
type="number"
: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