detail删除所有衣服preview报错,进行design没有模特进行提示
This commit is contained in:
@@ -1591,12 +1591,10 @@ export default defineComponent({
|
||||
//设计新的collection
|
||||
async designNewCollection() {
|
||||
clearTimeout(this.getDesignTime);
|
||||
let probjects = this.store.state.Workspace.probjects
|
||||
|
||||
if(probjects.type == "seriesDesign" && probjects?.model?.length == 0)return message.info(this.t('collectionModal.jsContent7'));
|
||||
let data = await this.getDesignData("");
|
||||
if(this.driver__.driver){
|
||||
nextTick().then(()=>{
|
||||
driverObj__.moveNext();
|
||||
})
|
||||
}
|
||||
this.isShowMark = true
|
||||
// this.store.commit("setLikeDesignCollectionList", []);
|
||||
Https.axiosPost(Https.httpUrls.designCollection, data)
|
||||
|
||||
Reference in New Issue
Block a user