Browse Source

Merge branch 'dev/v4.9.16.6_tsz' of qmx/jy into hotfix/v4.9.16.6

汤世哲 1 năm trước cách đây
mục cha
commit
ba450b7479
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/web/staticres/js/selector/area-city-data.js

+ 2 - 1
src/web/staticres/js/selector/area-city-data.js

@@ -188,7 +188,7 @@ var selectAreachoose = {
       }
       this.getData()
     },
-    processingsubtype(data) { // 采购单位回显
+    processingsubtype(data) { // 信息类型回显
       // data格式为['招标公告', '招标预告']
       if (data) {
         let list
@@ -203,6 +203,7 @@ var selectAreachoose = {
         this.reactAll()// 置为初始
       }
       this.getData()
+      this.$emit('datachange', this.chooseData)
     },
     reactAll() {
       this.num = '全部'