Jelajahi Sumber

返回功能

maxiaoxiao 2 bulan lalu
induk
melakukan
25895f4e05
2 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 1 0
      pages/index.vue
  2. 1 0
      pages/index/common/affirm.vue

+ 1 - 0
pages/index.vue

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

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

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