修改法规清单
This commit is contained in:
@@ -2427,13 +2427,12 @@ export default {
|
||||
selectedRowKeys.push(res.id)
|
||||
})
|
||||
let query = {
|
||||
operatorType: 0,
|
||||
ids: selectedRowKeys.join(','),
|
||||
projectLibraryId: this.$route.query.id,
|
||||
...this.formInline
|
||||
}
|
||||
this.confirmLoading = true
|
||||
postAction(this.url.updateStatusBatch, query).then((res) => {
|
||||
postAction('/project/projectLawsInventoryEO/studioPublish', query).then((res) => {
|
||||
if (res.success) {
|
||||
this.$message.success(this.$t('OperationSuccessful'))
|
||||
this.visible = false
|
||||
|
||||
Reference in New Issue
Block a user