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: { 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 //
} }

View File

@ -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",