subPackage/label/school.vue
@@ -380,7 +380,8 @@ } ], isEdit: false, id: "" id: "", status: "" } }, onLoad(option) { @@ -415,6 +416,7 @@ }).then(res => { if (res.code == 200) { let data = res.data; this.status = data.confirmFlag; for (let i in this.info) { this.info[i] = data[i] } @@ -555,7 +557,11 @@ title: '修改成功', }) setTimeout(() => { this.reLoadPrePage() if (this.status == 4) { this.reLoadPrePage() } else { uni.navigateBack(); } }, 300) }) },