소스 검색

合同段

ZaiZai 10 달 전
부모
커밋
99444f148b
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      src/views/manager/contractinfo/detail.vue

+ 1 - 3
src/views/manager/contractinfo/detail.vue

@@ -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()