|
|
@ -456,7 +456,7 @@ export default { |
|
|
|
// 结算 |
|
|
|
toSettle() { |
|
|
|
if (this.sids.length === 1) { |
|
|
|
req.settle(this.sids[0]).then((res) => { |
|
|
|
req.settle({ sid: this.sids[0] }).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.viewState = 3 |
|
|
|
this.$refs['divSettle'].showAdd({ sid: this.sids[0] }) |
|
|
|