冲突
This commit is contained in:
@@ -502,13 +502,8 @@ export default {
|
|||||||
'app/appspecialdrug/addOrUpdate', 'app/appspecialprison/addOrUpdate']
|
'app/appspecialdrug/addOrUpdate', 'app/appspecialprison/addOrUpdate']
|
||||||
|
|
||||||
this.$http.post(urlList[this.form.userType], {...this.form}).then(res => {
|
this.$http.post(urlList[this.form.userType], {...this.form}).then(res => {
|
||||||
<<<<<<< HEAD
|
|
||||||
if(res.code == 0) {
|
if(res.code == 0) {
|
||||||
this.$u.toast('信息保存成功')
|
this.$u.toast('信息保存成功')
|
||||||
=======
|
|
||||||
if (res.code == 0) {
|
|
||||||
this.$u.toast('提交成功')
|
|
||||||
>>>>>>> cceb98c5b4526a7a0d9daaf4cb517de5e0f6a083
|
|
||||||
uni.$emit('specialPeopleList')
|
uni.$emit('specialPeopleList')
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
uni.navigateBack()
|
uni.navigateBack()
|
||||||
@@ -522,12 +517,7 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
<<<<<<< HEAD
|
|
||||||
areaSelect(e){
|
areaSelect(e){
|
||||||
=======
|
|
||||||
areaSelect(e) {
|
|
||||||
// console.log(e);
|
|
||||||
>>>>>>> cceb98c5b4526a7a0d9daaf4cb517de5e0f6a083
|
|
||||||
this.form.areaId = e
|
this.form.areaId = e
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user