tijiao
This commit is contained in:
@@ -2661,7 +2661,7 @@ export default {
|
|||||||
this.show_step = 4; //显示内容
|
this.show_step = 4; //显示内容
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.$message.error('The submission encountered an error.');
|
// this.$message.error('The submission encountered an error.');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
3434
src/components/page/articleAdd2.vue
Normal file
3434
src/components/page/articleAdd2.vue
Normal file
File diff suppressed because it is too large
Load Diff
@@ -756,6 +756,7 @@
|
|||||||
<el-option v-for="item in df_technical" :key="item.label" :label="item.label" :value="item.label"></el-option>
|
<el-option v-for="item in df_technical" :key="item.label" :label="item.label" :value="item.label"></el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
<el-form-item label="Research areas :" prop="major" label-width="160px">
|
<el-form-item label="Research areas :" prop="major" label-width="160px">
|
||||||
|
|
||||||
<common-major-list :list="majorValueList" @load="(e) => (this.majorValueList = e)"></common-major-list>
|
<common-major-list :list="majorValueList" @load="(e) => (this.majorValueList = e)"></common-major-list>
|
||||||
|
|||||||
@@ -319,6 +319,13 @@ export default new Router({
|
|||||||
title: 'Submit manuscript'
|
title: 'Submit manuscript'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/articleAdd2',
|
||||||
|
component: () => import('../components/page/articleAdd2.vue'),
|
||||||
|
meta: {
|
||||||
|
title: 'Submit manuscript'
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '/PendingPaymentEditor',
|
path: '/PendingPaymentEditor',
|
||||||
component: () => import('../components/page/PendingPaymentEditor.vue'),
|
component: () => import('../components/page/PendingPaymentEditor.vue'),
|
||||||
|
|||||||
Reference in New Issue
Block a user