diff --git a/src/views/onlineHome/homestead/circulation/circulationList.vue b/src/views/onlineHome/homestead/circulation/circulationList.vue
index 53c915a0..5c9e8abd 100644
--- a/src/views/onlineHome/homestead/circulation/circulationList.vue
+++ b/src/views/onlineHome/homestead/circulation/circulationList.vue
@@ -34,6 +34,9 @@
+
+
+
@@ -45,7 +48,7 @@
diff --git a/src/views/onlineHome/homestead/paidUtilize/paidUtilizeDteail.vue b/src/views/onlineHome/homestead/paidUtilize/paidUtilizeDteail.vue
index 5d1a2a7d..623645ef 100644
--- a/src/views/onlineHome/homestead/paidUtilize/paidUtilizeDteail.vue
+++ b/src/views/onlineHome/homestead/paidUtilize/paidUtilizeDteail.vue
@@ -7,7 +7,7 @@
@click-left="$router.back(-1)"
>
- 查看有偿使用
+ 有偿使用
diff --git a/src/views/onlineHome/homestead/utilization/utilizationAdd.vue b/src/views/onlineHome/homestead/utilization/utilizationAdd.vue
index 3e1ffc82..0912de8e 100644
--- a/src/views/onlineHome/homestead/utilization/utilizationAdd.vue
+++ b/src/views/onlineHome/homestead/utilization/utilizationAdd.vue
@@ -323,11 +323,11 @@ export default {
this.showfwzt = false;
},
onConfirmFwxzqssj(data){
- this.circulation.fwxzqssj = this.getNowFormatDate(data).substr(0,10);;
+ this.circulation.fwxzqssj = this.getNowFormatDate(data).substr(0,10);
this.showfwxzqssj = false;
},
onConfirmDcsj(data){
- this.circulation.dcsj = this.getNowFormatDate(data).substr(0,10);;
+ this.circulation.dcsj = this.getNowFormatDate(data).substr(0,10);
this.showdcsj = false;
},
goSubmit(){
@@ -336,7 +336,7 @@ export default {
nmfwlyAdd(this.circulation).then(response => {
if(response.code = 200){
this.$toast.success('保存成功');
- this.$router.back();
+ setTimeout(() => this.$router.back(), 1000);
}
});
}).catch((e) => {