|
|
@ -76,10 +76,11 @@ export default {
|
|
|
|
console.log('this.tagslist[index]:', this.tagslist[index]);
|
|
|
|
console.log('this.tagslist[index]:', this.tagslist[index]);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
changeInput(event, index) {
|
|
|
|
changeInput(event, index) {
|
|
|
|
console.log(event, index, 'sddww11', this.tagslist[index].defect, event === '0');
|
|
|
|
if (event === '0') {
|
|
|
|
// if (event === '0') {
|
|
|
|
delete this.tagslist[index].defect;
|
|
|
|
// this.tagslist[index].value = null;
|
|
|
|
this.tagslist = JSON.parse(JSON.stringify(this.tagslist));
|
|
|
|
// }
|
|
|
|
console.log(event, index, 'sddww11', this.tagslist, this.tagslist[index].defect, event === '0');
|
|
|
|
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
cancel() {
|
|
|
|
cancel() {
|
|
|
|