|
@ -527,12 +527,10 @@
|
|
|
obj = JSON.parse(JSON.stringify(detail))
|
|
|
// this.templateDetail[index] = detail
|
|
|
this.isTest = !this.isTest
|
|
|
console.log(obj)
|
|
|
// obj.specialistServiceItemDO.executeTime = []
|
|
|
// obj.value14 = null
|
|
|
// obj.value15 = null
|
|
|
obj.specialistServiceItemDO.executeTime = []
|
|
|
obj.value14 = null
|
|
|
obj.value15 = null
|
|
|
this.templateDetail.push(obj)
|
|
|
console.log(this.templateDetail)
|
|
|
this.checkAllMoney()
|
|
|
},
|
|
|
// 选择项目
|