Compare commits
No commits in common. "1d961865dd8cce2f62ecb46bc64f2d7412a070b6" and "2b22485a419a7acd16b7d028318e70eea4ed7bef" have entirely different histories.
1d961865dd
...
2b22485a41
|
|
@ -182,7 +182,7 @@
|
|||
<el-dialog :title="title" :visible.sync="noticeOpen" width="1000px" append-to-body>
|
||||
<el-form ref="nform" :model="nform" :rules="nrules" label-width="100px">
|
||||
<el-form-item label="通知内容:" prop="notice">
|
||||
<el-input v-model="nform.notice" type="textarea" :autosize="{ minRows: 4, maxRows: 6}" placeholder="请输入通知内容" style="width: 80%;" disabled/>
|
||||
<el-input v-model="nform.notice" type="textarea" :autosize="{ minRows: 4, maxRows: 6}" placeholder="请输入通知内容" style="width: 80%;"/>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
|
||||
|
|
@ -504,8 +504,7 @@ export default {
|
|||
item.phone = item.telphone;
|
||||
})
|
||||
let param = {
|
||||
// message:this.nform.notice,
|
||||
message:`${this.getNowTime()},${this.taskInfo.code}`,
|
||||
message:this.nform.notice,
|
||||
taskId:this.taskInfo.taskId,
|
||||
bmNoticeInfoList:this.configUserList,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue