This commit is contained in:
YuanFeng 2024-09-08 18:38:27 +08:00
parent 380e088a89
commit 87414ee9a8
1 changed files with 3 additions and 1 deletions

View File

@ -198,7 +198,7 @@
</div>
<div
:class="{ 'hidden-div': false }">
:class="{ 'hidden-div': true }">
<DraftDesign ref="draftDesignEditRef"/>
</div>
</div>
@ -448,6 +448,7 @@ const queryUseLabel = (label) => {
}).then((data) => {
that.ingredientInfoList = [];
if (data.list) {
showPng();
that.ingredientInfoList = data.list.map((item) => {
return {
value: item.value,
@ -470,6 +471,7 @@ const queryUseLabel = (label) => {
type: '2'
}).then((data) => {
that.washingInfoList = [];
showPng();
if (data.list) {
that.washingInfoList = data.list.map((item) => {
return {