This commit is contained in:
parent
380e088a89
commit
87414ee9a8
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue