|
|
@@ -656,7 +656,6 @@
|
|
|
},
|
|
|
|
|
|
auditOrgChang(val) {
|
|
|
- console.log("------val", val)
|
|
|
let auditstepcode = "SECOND_TRIAL";
|
|
|
api
|
|
|
.getAuditerByFirst(val, auditstepcode, this.$axios)
|
|
|
@@ -680,7 +679,6 @@
|
|
|
},
|
|
|
|
|
|
getDictOptions() {
|
|
|
- console.log("-this.orgtreelist--", this.orgtreelist)
|
|
|
let params = {
|
|
|
status: this.formData.Status,
|
|
|
majorAduit: this.formData.ThirdAudit
|
|
|
@@ -689,7 +687,6 @@
|
|
|
this.dictData = res.data.items
|
|
|
//this.organizeOption = res.data.items['Organizes']
|
|
|
this.orgtreelist = window.toolfun_gettreejson(res.data.items['ProOrgList'], 'id', 'pId', 'id,name')
|
|
|
- console.log("-this.orgtreelist--", this.orgtreelist)
|
|
|
/* this.UnitRelationOptions = res.data.items['UnitRelation']
|
|
|
this.getCityList(res.data.items['GaodeMapChinaAreas'])
|
|
|
this.CompanyTypeOptions = res.data.items['CompanyType'] */
|
|
|
@@ -743,7 +740,6 @@
|
|
|
},
|
|
|
|
|
|
updateEntity() {
|
|
|
- console.log("formdata", this.formData)
|
|
|
api.updateEntity(this.formData.Id, this.formData, this.$axios).then(res => {
|
|
|
if (res.data.code === 0) {
|
|
|
//更新子表
|