提交注释
This commit is contained in:
@@ -349,6 +349,7 @@ export default {
|
|||||||
* 获取会议详情
|
* 获取会议详情
|
||||||
* */
|
* */
|
||||||
getMeetingInfo(params) {
|
getMeetingInfo(params) {
|
||||||
|
// 增加点注释 提交代码
|
||||||
getMeetInfoById({id: params}).then(res => {
|
getMeetInfoById({id: params}).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.currentMeetingInfo = res.result
|
this.currentMeetingInfo = res.result
|
||||||
@@ -572,6 +573,7 @@ export default {
|
|||||||
this.form.resetFields(['phone'])
|
this.form.resetFields(['phone'])
|
||||||
}
|
}
|
||||||
const that = this
|
const that = this
|
||||||
|
// 通过id查询联系人信息
|
||||||
getContactsById({id: val}).then(res => {
|
getContactsById({id: val}).then(res => {
|
||||||
const model = Object.assign({}, res.result)
|
const model = Object.assign({}, res.result)
|
||||||
// 设置手机 邮箱 职务
|
// 设置手机 邮箱 职务
|
||||||
|
|||||||
Reference in New Issue
Block a user