@@ -57,6 +57,7 @@
returnList() {
this.isdetail = false;
this.$refs.hcRef.getList();
+ this.$refs.hclistRef.getList();
},
goDetail(val) {
this.isdetail = true
@@ -71,6 +71,7 @@
this.$refs.form.validate().then(res => {
confirm(this.firm).then(response => {
this.$modal.msgSuccess("修改成功")
+ this.$tab.navigateTo('/pages/index')
})
}