|
@@ -994,7 +994,7 @@ export default {
|
|
/** 删除按钮操作 */
|
|
/** 删除按钮操作 */
|
|
handleDelete(row) {
|
|
handleDelete(row) {
|
|
const ids = row.id || this.ids;
|
|
const ids = row.id || this.ids;
|
|
- this.$modal.confirm('是否确认删除危险工程编号为"' + ids + '"的数据项?').then(() => {
|
|
|
|
|
|
+ this.$modal.confirm('是否确认删除所选的数据项?').then(() => {
|
|
this.loading = true;
|
|
this.loading = true;
|
|
return delEngineeringDangerous(ids);
|
|
return delEngineeringDangerous(ids);
|
|
}).then(() => {
|
|
}).then(() => {
|