浏览代码

合同段

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