【fix:bug】-1、分标委分发不提示 2、报名时候 显示信息的错误

This commit is contained in:
fengchenchen
2023-07-31 20:04:24 +08:00
parent 9b3087bed6
commit 2fd7eadf9d
2 changed files with 7 additions and 6 deletions
@@ -286,6 +286,7 @@ export default {
* 初始化数据
*/
initData() {
console.log("-----------------")
this.checkedKeys = []
this.selectedRowKeys = []
this.ipagination.current = 1
@@ -459,7 +460,7 @@ export default {
judgeEmailStatusFunc() {
this.needMail = false
// 非工作组项目的情况 不进行请求
if(this.projectType !== 1) return
// if(this.projectType !== 1) return
const params = {
code: 'QY_12_WJTZ_WORK_GROUP_SEND'
}