29444
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user