|
@@ -323,14 +323,14 @@ export default {
|
|
|
*/
|
|
*/
|
|
|
handleRemove(ids) {
|
|
handleRemove(ids) {
|
|
|
// return this.$message.warning('避免误删测试数据,联系开发删除')
|
|
// return this.$message.warning('避免误删测试数据,联系开发删除')
|
|
|
- /*
|
|
|
|
|
|
|
+
|
|
|
removeStaffSchedule({ ids })
|
|
removeStaffSchedule({ ids })
|
|
|
.then(() => {
|
|
.then(() => {
|
|
|
ActionUtils.removeSuccessMessage()
|
|
ActionUtils.removeSuccessMessage()
|
|
|
this.search()
|
|
this.search()
|
|
|
})
|
|
})
|
|
|
.catch(() => {})
|
|
.catch(() => {})
|
|
|
- */
|
|
|
|
|
|
|
+ /*
|
|
|
removeFormData({
|
|
removeFormData({
|
|
|
formKey: 'scheduleForDelete',
|
|
formKey: 'scheduleForDelete',
|
|
|
ids: ids
|
|
ids: ids
|
|
@@ -339,7 +339,7 @@ export default {
|
|
|
ActionUtils.removeSuccessMessage()
|
|
ActionUtils.removeSuccessMessage()
|
|
|
this.search()
|
|
this.search()
|
|
|
})
|
|
})
|
|
|
- .catch(() => {})
|
|
|
|
|
|
|
+ .catch(() => {})*/
|
|
|
},
|
|
},
|
|
|
handleRowDblclick(row) {
|
|
handleRowDblclick(row) {
|
|
|
this.handleEdit(row, 'detail')
|
|
this.handleEdit(row, 'detail')
|