2023-11-9-dist

This commit is contained in:
X1627315083
2023-11-09 13:49:10 +08:00
parent 4199833607
commit 897f61a3c9
18 changed files with 146 additions and 83 deletions

View File

@@ -834,8 +834,6 @@ export default defineComponent({
imgUrl: URL.createObjectURL(blob),
name: "collection.png",
})
console.log(URL.createObjectURL(blob));
for (let key in allBoardData) {
if (key !== "colorBoards" && key !== "moodTemplateId") {
for (let item of allBoardData[key]) {

View File

@@ -439,7 +439,6 @@ export default defineComponent({
selectCode:selectCode,
designType:designType
}
provide('options',options)
provide('type',type)
const filter: ShowSearchType['filter'] = (inputValue, path) => {
@@ -1041,8 +1040,8 @@ export default defineComponent({
},
addLabel(){
let setLabel:any = this.$refs.setLabel
setLabel.init('add')
this.labelOpen = false
setLabel.init('add',this.options)
},
// removeLabel(){
// let setLabel:any = this.$refs.setLabel
@@ -1068,6 +1067,7 @@ export default defineComponent({
(rv: any) => {
console.log(rv);
this.options = rv
}
).catch((res)=>{
});