tijiao
This commit is contained in:
@@ -19,8 +19,8 @@ const service = axios.create({
|
|||||||
// baseURL: 'https://submission.tmrjournals.com/', //正式 记得切换
|
// baseURL: 'https://submission.tmrjournals.com/', //正式 记得切换
|
||||||
// baseURL: 'http://www.tougao.com/', //测试本地 记得切换
|
// baseURL: 'http://www.tougao.com/', //测试本地 记得切换
|
||||||
// baseURL: 'http://192.168.110.110/tougao/public/index.php/',
|
// baseURL: 'http://192.168.110.110/tougao/public/index.php/',
|
||||||
baseURL: '/api', //本地
|
// baseURL: '/api', //本地
|
||||||
// baseURL: '/', //正式
|
baseURL: '/', //正式
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -2688,11 +2688,11 @@ this.FinalDecisionVisible=true
|
|||||||
border: 1px solid #dcdfe6;
|
border: 1px solid #dcdfe6;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
padding: 20px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
.art_caozuo_ {
|
.art_caozuo_ {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding: 15px;
|
padding: 5px 15px;
|
||||||
}
|
}
|
||||||
.art_caozuo_ > div {
|
.art_caozuo_ > div {
|
||||||
margin: 0 0 10px 0px;
|
margin: 0 0 10px 0px;
|
||||||
@@ -3079,7 +3079,7 @@ td {
|
|||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
.kuang_communtion {
|
.kuang_communtion {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
::v-deep .under_review .el-icon-arrow-right{
|
::v-deep .under_review .el-icon-arrow-right{
|
||||||
right: 0px !important;
|
right: 0px !important;
|
||||||
|
|||||||
@@ -149,9 +149,7 @@
|
|||||||
:toolbar="['bold italic |customBlue removeBlue|myuppercase myuppercasea Line|subscript superscript|clearButton']"
|
:toolbar="['bold italic |customBlue removeBlue|myuppercase myuppercasea Line|subscript superscript|clearButton']"
|
||||||
style="
|
style="
|
||||||
line-height: 12px;
|
line-height: 12px;
|
||||||
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
font-size: 13px; /* 字体大小 */
|
font-size: 13px; /* 字体大小 */
|
||||||
margin-top: 0pt; /* 段前间距 */
|
margin-top: 0pt; /* 段前间距 */
|
||||||
margin-bottom: 0pt; /* 段后间距 */
|
margin-bottom: 0pt; /* 段后间距 */
|
||||||
@@ -1560,6 +1558,12 @@ this.abstract = ''
|
|||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.detailMes = res.data.production;
|
this.detailMes = res.data.production;
|
||||||
this.abstract = res.data.production.abstract;
|
this.abstract = res.data.production.abstract;
|
||||||
|
if(this.abstract != ''){
|
||||||
|
this.$nextTick(()=>{
|
||||||
|
this.$refs.tinymceChild1.setContent(this.abstract);
|
||||||
|
})
|
||||||
|
|
||||||
|
}
|
||||||
this.UpTyFIle = res.data.production.file_pdf;
|
this.UpTyFIle = res.data.production.file_pdf;
|
||||||
this.getArticleFinal(res.data.production.article_id);
|
this.getArticleFinal(res.data.production.article_id);
|
||||||
if (res.data.production.icon != '') {
|
if (res.data.production.icon != '') {
|
||||||
|
|||||||
@@ -691,6 +691,7 @@ export default {
|
|||||||
},
|
},
|
||||||
//设置内容
|
//设置内容
|
||||||
setContent(value) {
|
setContent(value) {
|
||||||
|
|
||||||
window.tinymce.get(this.tinymceId).setContent(value);
|
window.tinymce.get(this.tinymceId).setContent(value);
|
||||||
},
|
},
|
||||||
//获取内容
|
//获取内容
|
||||||
|
|||||||
Reference in New Issue
Block a user