|
@@ -223,7 +223,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
editBtn(data){
|
|
|
- console.log(data,'data222')
|
|
|
this.title = '编辑居间协议'
|
|
|
this.form.title = data.title
|
|
|
this.form.sa_contractid = data.sa_contractid
|
|
@@ -236,7 +235,6 @@ export default {
|
|
|
this.form.enddate = this.data.enddate
|
|
|
this.form.signdate = this.data.signdate
|
|
|
this.form.remarks = data.remarks
|
|
|
- console.log(this.form.remarks,'remarks')
|
|
|
this.ascription = {
|
|
|
"ascription_title":this.data.title,
|
|
|
"enterprisename":data.sys_enterpriseid == -1 ? '':data.enterprisename,
|