Commit ea04de1c authored by 盖献康's avatar 盖献康

Merge remote-tracking branch 'origin/master'

parents 3b06d391 fa151441
......@@ -898,8 +898,10 @@ export default {
this.hpshow = true
if (this.form.isPrivate === '1') {
signHospitalMessage().then(response => {
this.form.serviceArea = []
this.form.serviceArea.push(response.data.addressCode)
this.serviceAreaShow = true
console.log('我拿到的设备服务地区', this.form.serviceArea)
})
}
} else if (this.userType === '00') {
......@@ -1114,7 +1116,7 @@ export default {
if (!isEmpty(form.useTime)) {
form.useTime = JSON.stringify(form.useTime)
}
console.log('我要提交的数据', form)
this.$refs['form'].validate(valid => {
if (valid) {
this.$confirm('系统将立即发布编辑内容,是否确定', '提示', {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment