浏览代码

Merge branch 'test' of sckj/mz-cloud into master

NanMing 2 年之前
父节点
当前提交
0bc5c26a21
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      ruoyi-ui/src/views/business/fwjggl/bn/index.vue
  2. 1 1
      ruoyi-web/src/views/yldt/index.vue

+ 2 - 2
ruoyi-ui/src/views/business/fwjggl/bn/index.vue

@@ -1346,7 +1346,6 @@ export default {
           return items
         })
         this.openBl = true;
-        console.log(this.xqList, 'this.xqList')
       })
     },
     translateDict(type, value, is) {
@@ -1605,7 +1604,8 @@ export default {
           let pamar = {
             ...this.form,
             babtgyy: this.form.babtgyy.join(','),
-            bnLzzt: this.form.bljg === '2' ? '03' : '02'
+            bnLzzt: this.form.bljg === '2' ? '03' : '02',
+            cwzs: '',
           }
           updateBn(pamar).then(response => {
             this.$modal.msgSuccess('办理成功')

+ 1 - 1
ruoyi-web/src/views/yldt/index.vue

@@ -145,7 +145,7 @@
 			</div>
 		</div>
 	</div>
-  <CareHomeSel ref="dztree" title="机构查询" :seltype="'index'" @handleNodeClick="NodeClick($event)"></CareHomeSel>
+  <!-- <CareHomeSel ref="dztree" title="机构查询" :seltype="'index'" @handleNodeClick="NodeClick($event)"></CareHomeSel> -->
 </template>
 
 <script setup>