fix: 商品锁定
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
:page="page"
|
||||
:sceneAction="sceneAction"
|
||||
:surveyId="surveyId"
|
||||
:lockedWare="lockedWare"
|
||||
:defaultWare="defaultWare"
|
||||
:isLocked="!!config.is_initialize"
|
||||
@onLoadingCompletion="onLoadingCompletion"
|
||||
@onFromSceneHoldToShelf="onFromSceneHoldToShelf"
|
||||
@onBehaviorFlush="onBehaviorFlush"
|
||||
@@ -96,8 +97,7 @@ export default defineComponent({
|
||||
(x) => x.planetid == this.config.ware
|
||||
);
|
||||
},
|
||||
lockedWare() {
|
||||
if(!this.config.is_initialize) return null;
|
||||
defaultWare() {
|
||||
return this.ware;
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user