|
@@ -428,8 +428,6 @@
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
-
|
|
|
-
|
|
|
</el-row>
|
|
|
<el-divider></el-divider>
|
|
|
<el-row >
|
|
@@ -1110,7 +1108,7 @@ export default {
|
|
|
if (!this.cid) {
|
|
|
this.contractForm.pid = this.pid;
|
|
|
} else {
|
|
|
- if (this.$route.query.contractType == 1||this.$route.query.contractType == 4) {
|
|
|
+ if (this.$route.query.contractType == 1 || this.$route.query.contractType == 4 || this.$route.query.contractType == 8) {
|
|
|
await this.getContractInfo();//获取合同段基本信息
|
|
|
} else if (this.$route.query.contractType == 2 || this.$route.query.contractType == 3) {
|
|
|
await this.getContractInfo2()
|