|
@@ -169,6 +169,7 @@
|
|
if (res.errcode == '0') {
|
|
if (res.errcode == '0') {
|
|
that.$set(that, `list`, res.data)
|
|
that.$set(that, `list`, res.data)
|
|
that.$set(that, `isAll`, false)
|
|
that.$set(that, `isAll`, false)
|
|
|
|
+ that.$set(that, `totalMoney`, 0)
|
|
}
|
|
}
|
|
},
|
|
},
|
|
// 编辑
|
|
// 编辑
|