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