特殊人群
This commit is contained in:
		@@ -271,13 +271,12 @@ export default {
 | 
			
		||||
                if (e.type == 'onOff') { //开关
 | 
			
		||||
                  this.formData[e.fieldDbName] = 0
 | 
			
		||||
                }
 | 
			
		||||
                if (e.type == 'area') { //地区
 | 
			
		||||
                  this.formData[e.fieldDbName+'_name'] = this.user.areaName
 | 
			
		||||
                }
 | 
			
		||||
              })
 | 
			
		||||
              if (e.type == 'area') { //地区
 | 
			
		||||
                this.formData[e.fieldDbName+'_name'] = this.user.areaName
 | 
			
		||||
              }
 | 
			
		||||
            })
 | 
			
		||||
 | 
			
		||||
            console.log(this.formData)
 | 
			
		||||
            this.$forceUpdate()
 | 
			
		||||
            this.pageShow = true
 | 
			
		||||
          }
 | 
			
		||||
@@ -290,7 +289,6 @@ export default {
 | 
			
		||||
          item.map((e) => {
 | 
			
		||||
            if(e.type == 'checkbox') {  //多选
 | 
			
		||||
              var list = this.$dict.getDict(e.dict)
 | 
			
		||||
              console.log(list)
 | 
			
		||||
              list.map((items) => {
 | 
			
		||||
                items.checked = false
 | 
			
		||||
              })
 | 
			
		||||
@@ -308,7 +306,6 @@ export default {
 | 
			
		||||
 | 
			
		||||
        this.pageShow = true
 | 
			
		||||
      })
 | 
			
		||||
      console.log(this.formData)
 | 
			
		||||
    },
 | 
			
		||||
    selectClick(name, dictName) {
 | 
			
		||||
      this.selectName = name
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user