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