@@ -161,7 +161,7 @@ export default {
goUp(info){
let that = this
this.$prompt('请输入数量','提示',{confirmButtonText:'确定',cancelButtonText:'取消',inputPattern:/^\+?[1-9][0-9]*$/,inputErrorMessage:'数量错误'}).then(({value}) => {
- this.$service.bookItemCustom.goOn({ id:info.id}).then(data => {
+ this.$service.bookItemCustom.goOn({ id:info.id,num:value}).then(data => {
that.$message.success('操作成功')
setTimeout(()=>{
that.app.refresh({itemId:this.itemId,customId:this.customId})