[update]
This commit is contained in:
@@ -190,13 +190,17 @@ export default {
|
|||||||
},
|
},
|
||||||
// 引用参数确定
|
// 引用参数确定
|
||||||
handleSubmit() {
|
handleSubmit() {
|
||||||
|
if(this.formInline.targetConfigIds instanceof Array){
|
||||||
|
this.formInline.targetConfigIds = this.formInline.targetConfigIds.join(',')
|
||||||
|
}
|
||||||
let param = {ids: this.selectedRowKeysArray, ...this.formInline }
|
let param = {ids: this.selectedRowKeysArray, ...this.formInline }
|
||||||
postAction('params/collectManifest/referParams', param).then((res) => {
|
postAction('params/collectManifest/referParams', param).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.$message.success(res.data.message)
|
this.$message.success(res.message)
|
||||||
this.$emit('areaVisibleAssignedbyflag', false)
|
this.$emit('areaVisibleAssignedbyflag', false)
|
||||||
|
this.$emit('GetgetTableList')
|
||||||
} else {
|
} else {
|
||||||
this.$message.warning(res.data.message)
|
this.$message.warning(res.message)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
// axios({
|
// axios({
|
||||||
|
|||||||
@@ -278,12 +278,12 @@ export default {
|
|||||||
postAction('params/manifest/copy', _tt).then((res) => {
|
postAction('params/manifest/copy', _tt).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.$emit('copysubmit')
|
this.$emit('copysubmit')
|
||||||
this.$message.success(res.data.message)
|
this.$message.success(res.message)
|
||||||
this.flag = false
|
this.flag = false
|
||||||
this.spinLoading = false
|
this.spinLoading = false
|
||||||
this.confirmLoading = false
|
this.confirmLoading = false
|
||||||
} else {
|
} else {
|
||||||
this.$message.warning(res.data.message)
|
this.$message.warning(res.message)
|
||||||
this.flag = false
|
this.flag = false
|
||||||
this.spinLoading = false
|
this.spinLoading = false
|
||||||
this.confirmLoading = false
|
this.confirmLoading = false
|
||||||
|
|||||||
Reference in New Issue
Block a user