- 履约保函
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -329,6 +343,7 @@ export default {
},
created() {
this.init()
+ this.fetchTableData1()
},
methods: {
// 初始化条件
@@ -444,10 +459,11 @@ export default {
}
})
},
- openPerformanceBondDialog() {
+ openPerformanceBondDialog(row) {
this.addForm('form2')
this.title1 = '增加履约保证金'
this.dialogFormVisible1 = true
+ this.projectId = row.项目流水号
this.tableData2 = []
},
callOffPerformanceBondDialog() {