Browse Source

优化

dev
nizongfeng 3 years ago
parent
commit
c7689373e6
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      application/admin/view/receipt_order/index.html

+ 4
- 2
application/admin/view/receipt_order/index.html View File

@@ -445,17 +445,19 @@
} else { } else {
this.$message.error(response.msg); this.$message.error(response.msg);
} }
this.getData(this.search.pageNum)
}).catch(function (error) { }).catch(function (error) {
this.$message.error("保存失败"); this.$message.error("保存失败");
console.log(error); console.log(error);
}); });
}).catch(() => { }).catch(() => {

this.$message({ this.$message({
type: 'info', type: 'info',
message: '已取消' message: '已取消'
}); });
});
}).finally(()=>{
this.getData(this.search.pageNum)
})


}, },
editOrderDivShow(info){ editOrderDivShow(info){


Loading…
Cancel
Save