删除提示修改

master
wanglei 1 year ago
parent f471d1de69
commit 619e0704c5

@ -971,7 +971,7 @@ export default {
/** 删除按钮操作 */ /** 删除按钮操作 */
handleDelete(row) { handleDelete(row) {
const ids = row.id; const ids = row.id;
this.$modal.confirm('是否确认删除出生登记编号为"' + ids + '"的数据项?').then(function() { this.$modal.confirm('是否确认删除数据项?').then(function() {
return delBirthDJ(ids); return delBirthDJ(ids);
}).then(() => { }).then(() => {
this.getList(); this.getList();

@ -2684,7 +2684,7 @@ export default {
/** 删除按钮操作 */ /** 删除按钮操作 */
handleDelete(row) { handleDelete(row) {
const ids = row.id ; const ids = row.id ;
this.$modal.confirm('是否确认删除常住人口登记编号为"' + ids + '"的数据项?').then(function() { this.$modal.confirm('是否确认删除数据项?').then(function() {
return delCzrkdj(ids); return delCzrkdj(ids);
}).then(() => { }).then(() => {
this.getList(); this.getList();

@ -369,7 +369,7 @@ export default {
/** 删除按钮操作 */ /** 删除按钮操作 */
handleDelete(row) { handleDelete(row) {
const ids = row.id || this.ids; const ids = row.id || this.ids;
this.$modal.confirm('是否确认删除档案图片信息记录编号为"' + ids + '"的数据项?').then(function() { this.$modal.confirm('是否确认删除图片ID为"' + ids + '"的数据项?').then(function() {
return delPictureRecard(ids); return delPictureRecard(ids);
}).then(() => { }).then(() => {
this.getList(); this.getList();

@ -984,7 +984,7 @@ export default {
/** 删除按钮操作 */ /** 删除按钮操作 */
handleDelete(row) { handleDelete(row) {
const ids = row.id; const ids = row.id;
this.$modal.confirm('是否确认删除迁移证编号为"' + ids + '"的数据项?').then(function() { this.$modal.confirm('是否确认删除数据项?').then(function() {
return delQyz(ids); return delQyz(ids);
}).then(() => { }).then(() => {
this.getList(); this.getList();

@ -907,7 +907,7 @@ export default {
/** 删除按钮操作 */ /** 删除按钮操作 */
handleDelete(row) { handleDelete(row) {
const ids = row.id const ids = row.id
this.$modal.confirm('是否确认删除一胎证明编号为"' + ids + '"的数据项?').then(function() { this.$modal.confirm('是否确认删除数据项?').then(function() {
return delYtzm(ids); return delYtzm(ids);
}).then(() => { }).then(() => {
this.getList(); this.getList();

@ -1012,7 +1012,7 @@ export default {
/** 删除按钮操作 */ /** 删除按钮操作 */
handleDelete(row) { handleDelete(row) {
const ids = row.id; const ids = row.id;
this.$modal.confirm('是否确认删除转非农业人口批复存根编号为"' + ids + '"的数据项?').then(function() { this.$modal.confirm('是否确认删除数据项?').then(function() {
return delZfnyhkcg(ids); return delZfnyhkcg(ids);
}).then(() => { }).then(() => {
this.getList(); this.getList();

@ -1130,7 +1130,7 @@ export default {
/** 删除按钮操作 */ /** 删除按钮操作 */
handleDelete(row) { handleDelete(row) {
const ids = row.id || this.ids; const ids = row.id || this.ids;
this.$modal.confirm('是否确认删除准迁证编号为"' + ids + '"的数据项?').then(function() { this.$modal.confirm('是否确认删除数据项?').then(function() {
return delZqz(ids); return delZqz(ids);
}).then(() => { }).then(() => {
this.getList(); this.getList();

Loading…
Cancel
Save