Commit 92d653b6 authored by zhengke's avatar zhengke

在此修改

parent 201ce583
...@@ -113,8 +113,8 @@ ...@@ -113,8 +113,8 @@
</div> </div>
</div> </div>
<div v-if="shareMsg.shareType==4" class="myDocumentShareDiv"> <div v-if="shareMsg.shareType==4" class="myDocumentShareDiv">
<div style="height:200px;"> <div style="height:400px;padding:20px;font-size:15px;">
分享到整个集团
</div> </div>
</div> </div>
<div v-if='shareMsg.shareType==1' class="myDocumentShareDiv"> <div v-if='shareMsg.shareType==1' class="myDocumentShareDiv">
...@@ -778,16 +778,7 @@ ...@@ -778,16 +778,7 @@
}, },
//按照集团分享 //按照集团分享
shareGroup(){ shareGroup(){
this.shareMsg.shareType=4 this.shareMsg.shareType=4;
this.$confirm('是否分享到集团?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.saveShareDocument();
this.outerVisible3=false;
}).catch(() => {
});
}, },
shareDeparment(){ shareDeparment(){
this.shareMsg.shareType=1 this.shareMsg.shareType=1
......
...@@ -235,8 +235,8 @@ ...@@ -235,8 +235,8 @@
</div> </div>
</div> </div>
<div v-if="shareMsg.shareType==4" class="myDocumentShareDiv"> <div v-if="shareMsg.shareType==4" class="myDocumentShareDiv">
<div style="height:200px;"> <div style="height:400px;padding:20px;font-size:15px;">
分享到整个集团
</div> </div>
</div> </div>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
...@@ -869,16 +869,7 @@ ...@@ -869,16 +869,7 @@
}, },
//按照集团分享 //按照集团分享
shareGroup(){ shareGroup(){
this.shareMsg.shareType=4 this.shareMsg.shareType=4;
this.$confirm('是否分享到集团?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.saveShareDocument();
this.outerVisible3=false;
}).catch(() => {
});
}, },
shareDeparment(){ shareDeparment(){
this.shareMsg.shareType=1 this.shareMsg.shareType=1
......
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