2023-11-9-dist
This commit is contained in:
@@ -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]) {
|
||||
|
||||
@@ -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)=>{
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user