多门店切换修改

This commit is contained in:
GaoHao
2025-04-08 17:49:08 +08:00
parent 250f42ec01
commit 7ccd96a775
6 changed files with 38 additions and 62 deletions

View File

@@ -379,7 +379,7 @@ function show(obj,type) {
state.form = { ...obj };
}
if (obj && obj.mainId) {
state.form = { ...obj };
Object.assign(state.form, obj);
}
if( type ){
state.type = type