修复修改销量不好使的问题

This commit is contained in:
yangjun 2024-06-17 09:58:03 +08:00
parent 0279f74e45
commit 4ad5c68a47
1 changed files with 3 additions and 2 deletions

View File

@ -1481,7 +1481,7 @@
> >
<el-input <el-input
style="width: 50%" style="width: 50%"
v-model="content" v-model="ordersales"
type="number" type="number"
min="0" min="0"
placeholder="请输入销量" placeholder="请输入销量"
@ -1932,6 +1932,7 @@ export default {
myPhone: "", myPhone: "",
massageTypeId: "", massageTypeId: "",
statusId: "", statusId: "",
ordersales:"",
statuss: [ statuss: [
{ {
id: "", id: "",
@ -4325,7 +4326,7 @@ export default {
// params: this.$http.adornParams({ // params: this.$http.adornParams({
data: this.$http.adornData({ data: this.$http.adornData({
massageTypeId: this.ordersId, massageTypeId: this.ordersId,
sales: this.content, sales: this.ordersales,
}), }),
}).then(({ data }) => { }).then(({ data }) => {
if (data.code == 0) { if (data.code == 0) {