参数项收集清单批量删除添加参数

This commit is contained in:
zyx.net
2022-08-04 09:26:56 +08:00
parent e8a8631448
commit 21ce2d4790
2 changed files with 7 additions and 1 deletions
@@ -166,6 +166,11 @@ export default {
},
mounted() {
this.getNameList()
if(this.formInline.combineFlag == '1'){
this.required = false
}else{
this.required = true
}
},
methods: {
uploadSuccess(data) {
@@ -1546,7 +1546,8 @@
},
handleDel() {
let param = {
ids: this.selectedRowKeysArray
ids: this.selectedRowKeysArray,
paramsManifestId:this.$route.query.id
}
if (this.selectedRowKeys.length > 0) {
let _this = this