BUG 26017
This commit is contained in:
@@ -124,13 +124,13 @@ export default {
|
||||
},
|
||||
|
||||
showPopup(item) {
|
||||
if (item.status === '2') {
|
||||
this.$confirm('表单已停止发布,请在后台管理系统中查看调查结果', '', {
|
||||
showCancel: false
|
||||
})
|
||||
|
||||
return false
|
||||
}
|
||||
// if (item.status === '2') {
|
||||
// this.$confirm('表单已停止发布,请在后台管理系统中查看调查结果', '', {
|
||||
// showCancel: false
|
||||
// })
|
||||
//
|
||||
// return false
|
||||
// }
|
||||
|
||||
this.info = item
|
||||
this.id = item.id
|
||||
@@ -205,11 +205,9 @@ export default {
|
||||
if (this.info.status === '1') {
|
||||
return this.$u.toast('该表单已发布')
|
||||
}
|
||||
|
||||
this.linkTo(`./formSetting?id=${this.info.id}&type=edit`)
|
||||
this.linkTo(`./FormSetting?id=${this.info.id}&type=edit`)
|
||||
this.isShow = false
|
||||
},
|
||||
|
||||
toEdit() {
|
||||
if (this.info.dataCount !== 0) {
|
||||
return this.$u.toast('该表单已有数据,无法编辑!')
|
||||
|
||||
Reference in New Issue
Block a user