This commit is contained in:
shijingjing
2022-04-29 15:53:42 +08:00
parent 455d0b2064
commit 5318e329b2

View File

@@ -679,7 +679,7 @@ export default {
girdId: this.user.girdCheckType == 1? this.user.girdId:'', girdId: this.user.girdCheckType == 1? this.user.girdId:'',
}).then(res => { }).then(res => {
if (res.code == 0) { if (res.code == 0) {
this.$u.toast(this.isEdit ? '保存成功' : '提交成功') this.$u.toast(this.id? '保存成功' : '提交成功')
uni.$emit('reload') uni.$emit('reload')
uni.navigateBack({ uni.navigateBack({
delta: 2 delta: 2