bug修改

This commit is contained in:
tdg930622 2025-01-13 10:34:29 +08:00
parent 227d1d6fab
commit 8bad64efa2
2 changed files with 6 additions and 4 deletions

View File

@ -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 //
}

View File

@ -17,7 +17,7 @@ const routes = [
name: "/",
component: layout,
meta: { title: "金桥云调解" },
redirect: '/workbench',
redirect: '/login',
children: [
{
path: "/workbench",