BUG 25114
This commit is contained in:
@@ -71,15 +71,15 @@ export default {
|
|||||||
return this.$route.hash == "#add"
|
return this.$route.hash == "#add"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onShow() {
|
methods: {
|
||||||
|
emitShow() {
|
||||||
this.current = 1;
|
this.current = 1;
|
||||||
this.getList()
|
this.getList()
|
||||||
},
|
},
|
||||||
onReachBottom() {
|
emitReachBottom() {
|
||||||
this.current++;
|
this.current++;
|
||||||
this.getList()
|
this.getList()
|
||||||
},
|
},
|
||||||
methods: {
|
|
||||||
getList() {
|
getList() {
|
||||||
this.$http.post('/app/appinterview/list-xcx', null, {
|
this.$http.post('/app/appinterview/list-xcx', null, {
|
||||||
params: {
|
params: {
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ export default {
|
|||||||
computed: {
|
computed: {
|
||||||
isEdit() {
|
isEdit() {
|
||||||
let flag = this.$route.query?.detail != 1
|
let flag = this.$route.query?.detail != 1
|
||||||
!flag && uni.setNavigationBarTitle({title: "走访详情"})
|
document.title = flag ? "新增走访" : "走访详情"
|
||||||
return flag
|
return flag
|
||||||
},
|
},
|
||||||
rules() {
|
rules() {
|
||||||
|
|||||||
Reference in New Issue
Block a user