bug修改
This commit is contained in:
parent
227d1d6fab
commit
8bad64efa2
@ -455,10 +455,12 @@ export default {
|
|||||||
portraitObj: {
|
portraitObj: {
|
||||||
handler: function(newVal, oldVal) {
|
handler: function(newVal, oldVal) {
|
||||||
// 这里可以执行你需要的任何操作
|
// 这里可以执行你需要的任何操作
|
||||||
// console.log('Object changed!');
|
// console.log('Object changed!')
|
||||||
setTimeout(() => {
|
if (this.portraitObj.id){
|
||||||
|
setTimeout(() => {
|
||||||
this.handleSubmit()
|
this.handleSubmit()
|
||||||
}, 500);
|
}, 500);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
deep: true // 确保深度监听
|
deep: true // 确保深度监听
|
||||||
}
|
}
|
||||||
|
|||||||
@ -17,7 +17,7 @@ const routes = [
|
|||||||
name: "/",
|
name: "/",
|
||||||
component: layout,
|
component: layout,
|
||||||
meta: { title: "金桥云调解" },
|
meta: { title: "金桥云调解" },
|
||||||
redirect: '/workbench',
|
redirect: '/login',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: "/workbench",
|
path: "/workbench",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user