This commit is contained in:
X1627315083
2024-05-17 15:04:22 +08:00
parent 37af207d5e
commit 91103b5e45
3 changed files with 12 additions and 2 deletions

View File

@@ -406,7 +406,10 @@ export default defineComponent({
this.selectColor = {}
// this.fileList = []
this.reviewColor={}
this.colorList[this.selectIndex] = {}
this.pantongName = ''
let colorList =this.colorList.filter((v) => Object.keys(v).length)
this.setColorboardList(colorList)
// this.pantongNameList = []
this.tcxColor = ''
},