maxiaoxiao 2 сар өмнө
parent
commit
25895f4e05

+ 1 - 0
pages/index.vue

@@ -57,6 +57,7 @@
 			returnList() {
 				this.isdetail = false;
 				this.$refs.hcRef.getList();
+				this.$refs.hclistRef.getList();
 			},
 			goDetail(val) {
 				this.isdetail = true

+ 1 - 0
pages/index/common/affirm.vue

@@ -71,6 +71,7 @@
 				this.$refs.form.validate().then(res => {
 					confirm(this.firm).then(response => {
 						this.$modal.msgSuccess("修改成功")
+						this.$tab.navigateTo('/pages/index')
 					})
 				})
 			}