[update] 市场法规清单上移下移传参修改
This commit is contained in:
+4
-4
@@ -745,8 +745,8 @@ export default {
|
||||
handleUp (record) {
|
||||
this.loading = true
|
||||
const param = {}
|
||||
param.id = this.model.id
|
||||
param.manifestId = record.id
|
||||
param.manifestId = this.model.id
|
||||
param.id = record.id
|
||||
param.moveFlag = 'up'
|
||||
marketRegulationDetailMove(param).then(res => {
|
||||
if (res.success) {
|
||||
@@ -762,8 +762,8 @@ export default {
|
||||
handleDown (record) {
|
||||
this.loading = true
|
||||
const param = {}
|
||||
param.id = this.model.id
|
||||
param.manifestId = record.id
|
||||
param.manifestId = this.model.id
|
||||
param.id = record.id
|
||||
param.moveFlag = 'down'
|
||||
marketRegulationDetailMove(param).then(res => {
|
||||
if (res.success) {
|
||||
|
||||
Reference in New Issue
Block a user