wjt
2024-06-22 a1bbf87a3bee300226d4d13416961dde9e12cdb6
policy/policyApply/policyApply.vue
@@ -166,10 +166,11 @@
               applyDeptName: '',
               enforceType: 1,
               isNoticeCompany: 0,
               regionReason: 0,
               // regionReason: 0,
               planTimeStr: '',
               peers: [],
               orderStatus: 1
               orderStatus: 1,
               enforceContent: ""
            },
            show: false,
            columns: [],
@@ -191,6 +192,9 @@
         this.getInfo()
         this.getDicts()
         this.enforceList()
      },
      onShow() {
      },
      methods: {
         enforceList() {
@@ -244,7 +248,7 @@
            if(!this.form.enforceTypeName){
               return '请选择执法类型'
            }
            if(!this.form.regionReason) {
            if(!this.form.enforceContent) {
               return '请填写执法内容'
            }
            if(!this.form.peers.length){