未到截止日期不能进行操作

This commit is contained in:
宋伟佳
2022-03-29 17:17:25 +08:00
parent 8696d083bf
commit 3171eaafb6
@@ -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