|
@@ -138,7 +138,7 @@
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
savedata() {
|
|
savedata() {
|
|
|
- if (this.Title == '新增近三年获得省部级及以上主要技术、管理成果、获奖项目') {
|
|
|
|
|
|
|
+ if (this.Title == '近三年获得省部级及以上主要技术、管理成果、获奖项目') {
|
|
|
this.addWinning()
|
|
this.addWinning()
|
|
|
} else if (this.Title == '编辑近三年获得省部级及以上主要技术、管理成果、获奖项目') {
|
|
} else if (this.Title == '编辑近三年获得省部级及以上主要技术、管理成果、获奖项目') {
|
|
|
this.editWinning()
|
|
this.editWinning()
|
|
@@ -221,7 +221,7 @@
|
|
|
.catch(() => {});
|
|
.catch(() => {});
|
|
|
},
|
|
},
|
|
|
showDialog() {
|
|
showDialog() {
|
|
|
- this.Title = '新增近三年获得省部级及以上主要技术、管理成果、获奖项目'
|
|
|
|
|
|
|
+ this.Title = '近三年获得省部级及以上主要技术、管理成果、获奖项目'
|
|
|
this.WinningForm.Id = 0
|
|
this.WinningForm.Id = 0
|
|
|
this.WinningForm.SupplierCertId = this.SupplierCertId
|
|
this.WinningForm.SupplierCertId = this.SupplierCertId
|
|
|
this.WinningForm.SupplierTypeCode = this.SupplierTypeCode
|
|
this.WinningForm.SupplierTypeCode = this.SupplierTypeCode
|