From 47e23cf659d4cc58bc93b44b16e64e82efcfb08d Mon Sep 17 00:00:00 2001 From: zhibing.pu <393733352@qq.com> Date: 星期三, 24 七月 2024 17:34:27 +0800 Subject: [PATCH] Merge branch '2.0' of http://120.76.84.145:10101/gitblit/r/java/PlayPai into 2.0 --- cloud-server-management/src/main/webapp/static/modular/system/bodySideAppointment/tBodySideAppointment_edit.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/bodySideAppointment/tBodySideAppointment_edit.js b/cloud-server-management/src/main/webapp/static/modular/system/bodySideAppointment/tBodySideAppointment_edit.js index 7e19457..5a8d5ed 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/bodySideAppointment/tBodySideAppointment_edit.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/bodySideAppointment/tBodySideAppointment_edit.js @@ -14,7 +14,7 @@ TQuestion.initColumn = function () { return [ {field: 'selectItem', checkbox: true}, - {title: '序号', field: 'id', visible: true, align: 'center', valign: 'middle'}, + {title: '序号', field: 'benefitsVideosId', visible: true, align: 'center', valign: 'middle'}, {title: '视频类型', field: 'type', visible: true, align: 'center', valign: 'middle', formatter:function (data) { return {1:"课后练习",2:"运动教学视频",3:"器材教学视频"}[data] @@ -147,7 +147,7 @@ state:null }; selected.forEach(function(obj) { - var id = obj.id; + var id = obj.benefitsVideosId; data1.ids.push(id); }); data1.state = 1; @@ -183,7 +183,7 @@ state:null }; selected.forEach(function(obj) { - var id = obj.id; + var id = obj.benefitsVideosId; data1.ids.push(id); }); data1.state = 2; @@ -262,7 +262,7 @@ state:null }; selected.forEach(function(obj) { - var id = obj.id; + var id = obj.benefitsVideosId; data1.ids.push(id); }); data1.state = 3; -- Gitblit v1.7.1