|
@@ -373,6 +373,7 @@ export default {
|
|
},
|
|
},
|
|
deleteInvoice(index){
|
|
deleteInvoice(index){
|
|
this.invoiceList.splice(index,1)
|
|
this.invoiceList.splice(index,1)
|
|
|
|
+ this.editForm.ticketNum = this.invoiceList.length
|
|
this.uploader.splice(index,1)
|
|
this.uploader.splice(index,1)
|
|
},
|
|
},
|
|
inProjectChange(value,key){
|
|
inProjectChange(value,key){
|