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