Browse Source

合同段

ZaiZai 10 tháng trước cách đây
mục cha
commit
99444f148b
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  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()