소스 검색

新建准出报告弹窗,需要默认选中客户端模版

PrinceLee 5 년 전
부모
커밋
ed409fc20f
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/views/Platform/presentation/Templates/ClientReport.vue

+ 4 - 4
src/views/Platform/presentation/Templates/ClientReport.vue

@@ -84,7 +84,7 @@ export default {
       Client: false,
       clienData: {},
       showOne: true,
-      radio: '3',
+      radio: '1',
       newNum: '',
       form: {},
       report: {},
@@ -107,7 +107,7 @@ export default {
           this.showThree = false
           this.showTow = false
           this.active = 1
-          this.radio = '3'
+          this.radio = '1'
           break
         case 2: // 编辑
           this.clienData = newData
@@ -146,13 +146,13 @@ export default {
           this.showThree = false
           this.showTow = false
           this.active = 1
-          this.radio = '3'
+          this.radio = '1'
           break
       }
     },
     handleClose() {
       this.dialogDaliy = false
-      this.radio = '3'
+      this.radio = '1'
       this.showOne = false
       this.showThree = false
       this.showTow = false