feat: 修改接口报错登出问题,优化切换数据刷新问题
This commit is contained in:
@@ -66,6 +66,10 @@
|
||||
type: [String, Number],
|
||||
default: '0'
|
||||
},
|
||||
current: {
|
||||
type: [String, Number],
|
||||
default: '0'
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
@@ -100,7 +104,8 @@
|
||||
id: businessId,
|
||||
name: name,
|
||||
btnType: 'btn_process',
|
||||
current: this.category
|
||||
current: this.category,
|
||||
tabCurrent: this.current
|
||||
}
|
||||
uni.navigateTo({
|
||||
url: '/pages/apply/dynamicModelList/form?config=' +
|
||||
|
||||
Reference in New Issue
Block a user