参数项收集清单批量删除添加参数
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user