346149741
2024-06-22 bf5651cc5fd25fe282d674b2996e3f3aaf98c62f
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){