监测对象
This commit is contained in:
@@ -367,7 +367,7 @@ export default {
|
||||
...this.form,
|
||||
id: this.isEdit ? this.id : ''
|
||||
}).then(res => {
|
||||
if (res.code === 0) {
|
||||
if (res.code == 0) {
|
||||
this.$u.toast(this.isEdit ? '保存成功' : '提交成功')
|
||||
uni.$emit('reload')
|
||||
uni.navigateBack({
|
||||
|
||||
@@ -85,13 +85,13 @@ export default {
|
||||
this.$dict.load('fpPrtpStatus').then(() => {
|
||||
this.isGirdUser()
|
||||
})
|
||||
uni.$on('reload', () => {
|
||||
this.getListInit()
|
||||
})
|
||||
|
||||
},
|
||||
onShow() {
|
||||
document.title = '监测对象'
|
||||
uni.$on('reload', () => {
|
||||
this.getListInit()
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
isGirdUser() {
|
||||
|
||||
Reference in New Issue
Block a user