Commit cef3fc4b authored by hezhen's avatar hezhen

修改页面

parent 339f2100
......@@ -196,7 +196,7 @@
</template>
</el-table-column>
<el-table-column width="180" align="center" label="所属子公司">
<el-table-column width="180" align="center" label="公司">
<template scope="scope">
<span>{{scope.row.subBranchName}}</span>
</template>
......@@ -1769,9 +1769,11 @@
this.$utils.objectEach(response.data, (item, key) => {
this.form[key] = item;
});
selectArry.map(function (iitem) {
if( that.form["subordinateBranch"] == iitem.id){
if( that.form["parkBranchCompanyId"] == iitem.id){
that.form.state2 = iitem.name;
that.form.subordinateBranch = iitem.id;
}
});
this.fillDates2Range(this.form, 'insuranceDateRange4form', 'insuranceStartDate', 'insuranceEndDate');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment