This commit is contained in:
X1627315083
2023-11-30 17:02:15 +08:00
parent 6bbc20d7c1
commit dcfd96516b
6 changed files with 31 additions and 22 deletions

View File

@@ -337,7 +337,7 @@ export default defineComponent({
data.type_ = this.type_;
data.resData = JSON.parse(JSON.stringify(data))
this.store.commit("addGenerateMaterialFils", data);
console.log(this.fileList);
// console.log(this.fileList);
let moodboard = this.store.state.UploadFilesModule.moodboard
if(moodboard.length >= 2 && this.driver__.driver){
driverObj__.moveNext()