|
|
@ -292,11 +292,11 @@ |
|
|
|
append-to-body |
|
|
|
:close-on-click-modal="false" |
|
|
|
> |
|
|
|
<!-- :rules="rules" --> |
|
|
|
<el-row :gutter="15"> |
|
|
|
<el-form |
|
|
|
ref="form" |
|
|
|
:model="form" |
|
|
|
:rules="rules" |
|
|
|
label-width="180px" |
|
|
|
label-position="top" |
|
|
|
> |
|
|
@ -1580,7 +1580,7 @@ export default { |
|
|
|
handleChange(value) { |
|
|
|
//value为省市区code数组 |
|
|
|
if (value) { |
|
|
|
this.form.adcd = JSON.stringify(value); |
|
|
|
this.form.adcd = value; |
|
|
|
console.log("value", value, this.form.adcd); |
|
|
|
var provinceCode = codeToText[value[0]]; //code转为省 |
|
|
|
var cityCode = codeToText[value[1]]; //市 |
|
|
@ -1915,7 +1915,7 @@ export default { |
|
|
|
this.form.projectName.indexOf("[") |
|
|
|
); |
|
|
|
} |
|
|
|
|
|
|
|
console.log(999, this.adcd); |
|
|
|
console.log(this.form); |
|
|
|
// console.log("this.form.isMajor", this.form.isMajor); |
|
|
|
if (this.form.id != null) { |
|
|
@ -1982,7 +1982,7 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.dialog-footer { |
|
|
|
// position: sticky; |
|
|
|
} |
|
|
|
// .dialog-footer { |
|
|
|
// position: sticky; |
|
|
|
// } |
|
|
|
</style> |
|
|
|