|
|
@@ -23,7 +23,7 @@
|
|
|
</view>
|
|
|
|
|
|
<view style="text-align:center;border-top:1upx dashed #cccccc;padding-top:30upx;padding-bottom:30upx;">
|
|
|
- <button @click="clearXj" class="admin-button-com small default">清空全部小菊</button>
|
|
|
+ <button @click="clearXj" class="admin-button-com small default">清空全部</button>
|
|
|
</view>
|
|
|
|
|
|
<view class="billing_box_bg">
|
|
|
@@ -104,7 +104,7 @@ export default {
|
|
|
methods: {
|
|
|
clearXj(){
|
|
|
let that = this
|
|
|
- that.$util.confirmModal({content:'确认清空全部小菊?'},() => {
|
|
|
+ that.$util.confirmModal({content:'确认清空全部?'},() => {
|
|
|
clearAll().then(res => {
|
|
|
that.$msg(res.msg)
|
|
|
if(res.code == 1){
|