This commit is contained in:
caoxinyu
2019-06-24 15:16:47 +08:00
parent 45ce2c56ba
commit 85734cec67

View File

@@ -335,10 +335,14 @@ export default {
this.sudokus = []
this.show = false
this.active = ''
this.active1 = ''
this.confirmationTime = '请查询'
this.Cutter = '请查询'
this.isMaterials = '请查询'
this.materialsType = '请查询'
this.isOut = '请查询'
this.outName = '请查询'
this.outTime = '请查询'
for (let i = 0; i < this.activities.length; i++) {
this.activities[i].type = ''
}