|
@@ -7,7 +7,7 @@
|
7
|
7
|
</el-input>
|
8
|
8
|
</div>
|
9
|
9
|
<div class="itemBox">
|
10
|
|
- <div class="name"><em>*</em>关联企微:</div>
|
|
10
|
+ <div class="name">关联企微:</div>
|
11
|
11
|
<self-channel title="" width="250px" type='corpIdList' :afferent_value='corpid' @channelDefine="(val)=>{corpid = val;}"></self-channel>
|
12
|
12
|
</div>
|
13
|
13
|
<div class="itemBox" style="margin-top: 20px;">
|
|
@@ -53,13 +53,13 @@ export default {
|
53
|
53
|
})
|
54
|
54
|
return
|
55
|
55
|
}
|
56
|
|
- if (this.corpid == '') {
|
57
|
|
- this.$message({
|
58
|
|
- message: '请选择关联企微',
|
59
|
|
- type: "warning"
|
60
|
|
- })
|
61
|
|
- return
|
62
|
|
- }
|
|
56
|
+ // if (this.corpid == '') {
|
|
57
|
+ // this.$message({
|
|
58
|
+ // message: '请选择关联企微',
|
|
59
|
+ // type: "warning"
|
|
60
|
+ // })
|
|
61
|
+ // return
|
|
62
|
+ // }
|
63
|
63
|
|
64
|
64
|
try {
|
65
|
65
|
const params = {
|