政策征求意见流程 征求意见列表 接口路径
This commit is contained in:
+3
-3
@@ -329,7 +329,7 @@ export default {
|
|||||||
roundButton: false
|
roundButton: false
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
const deleteIds = this.selectList.map(val => val.id)
|
const deleteIds = this.selectList.map(val => val.id)
|
||||||
this.$http.delete('/api/lawss/activiti/deletePolicitOpinionEOList', { ids: deleteIds }).then(res => {
|
this.$http.delete('lawss/activiti/deletePolicitOpinionEOList', { ids: deleteIds }).then(res => {
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
this.getData()
|
this.getData()
|
||||||
this.resetSelect()
|
this.resetSelect()
|
||||||
@@ -377,7 +377,7 @@ export default {
|
|||||||
},
|
},
|
||||||
addModelForm (row) {
|
addModelForm (row) {
|
||||||
if (this.addOrEdit == 'add') {
|
if (this.addOrEdit == 'add') {
|
||||||
this.$http.postData('/api/lawss/activiti/insertPolicitOpinionEOList', { row }, { _this: this }, res => {
|
this.$http.postData('lawss/activiti/insertPolicitOpinionEOList', { row }, { _this: this }, res => {
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
this.$message.success('操作成功')
|
this.$message.success('操作成功')
|
||||||
}else {
|
}else {
|
||||||
@@ -386,7 +386,7 @@ export default {
|
|||||||
}, e => {
|
}, e => {
|
||||||
})
|
})
|
||||||
} else if (this.addOrEdit == 'edit') {
|
} else if (this.addOrEdit == 'edit') {
|
||||||
this.$http.postData('/api/lawss/activiti/updatePolicitOpinionEOList', { row }, { _this: this }, res => {
|
this.$http.postData('lawss/activiti/updatePolicitOpinionEOList', { row }, { _this: this }, res => {
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
this.$message.success('操作成功')
|
this.$message.success('操作成功')
|
||||||
}else {
|
}else {
|
||||||
|
|||||||
Reference in New Issue
Block a user