9285eb55 by 任超
2 parents ea9db715 a9de7356
...@@ -147,8 +147,8 @@ export default { ...@@ -147,8 +147,8 @@ export default {
147 }).then(res => { 147 }).then(res => {
148 if (res.code == 200) { 148 if (res.code == 200) {
149 this.$message.success("删除成功"); 149 this.$message.success("删除成功");
150 this.updateDialog(); 150 this.loadBdcdylist();
151 } else { 151 }else{
152 this.$message.error(res.message) 152 this.$message.error(res.message)
153 } 153 }
154 }) 154 })
...@@ -166,14 +166,14 @@ export default { ...@@ -166,14 +166,14 @@ export default {
166 width: '50%', 166 width: '50%',
167 btnShow: true, 167 btnShow: true,
168 editItem: 'workflow/components/batchDel', 168 editItem: 'workflow/components/batchDel',
169 height: '500px', 169 height: '600px',
170 formData: { 170 formData: {
171 bsmSlsq: this.bsmSlsq, 171 bsmSlsq: this.bsmSlsq,
172 dataList: this.unitData 172 dataList: this.unitData
173 }, 173 },
174 cancel: function () { }, //取消事件的回调 174 cancel: function () { }, //取消事件的回调
175 confirm: function () { 175 confirm: function () {
176 that.updateDialog(); 176 that.loadBdcdylist();
177 }, //确认事件的回调 177 }, //确认事件的回调
178 }) 178 })
179 }, 179 },
......