|
@@ -152,6 +152,8 @@ export default {
|
|
|
res=>
|
|
|
{
|
|
|
this.fieldTemplateList=res.data.field_template_list;
|
|
|
+ console.log("asfafs的")
|
|
|
+
|
|
|
console.log(this.fieldTemplateList)
|
|
|
}
|
|
|
)
|
|
@@ -279,6 +281,9 @@ export default {
|
|
|
message: '编辑成功',
|
|
|
type: 'success'
|
|
|
});
|
|
|
+ if(this.templateName==this.fieldTemplateId){
|
|
|
+ this.fieldTemplateId = this.templateId
|
|
|
+ }
|
|
|
cooperatorEdit(this.cooperatorId, this.cooperator_name, this.corp_certificate_num, this.corp_certificate_type,this.fieldTemplateId).then(
|
|
|
res=>
|
|
|
{
|