未到截止日期不能进行操作
This commit is contained in:
@@ -640,7 +640,8 @@
|
||||
this.$http.get('slrs/sar-public-idea-all/checkIsShow', {
|
||||
endTime: this.form.endTime
|
||||
}, {}, res => {
|
||||
if (res.message === '1') {
|
||||
//返回0 流程未到截止日期 不能进行操作
|
||||
if (res.message === '0') {
|
||||
this.clickFlag = false
|
||||
} else {
|
||||
this.clickFlag = true
|
||||
|
||||
Reference in New Issue
Block a user