소스 검색

删除提示

wulanhaote
张泽亮 3 년 전
부모
커밋
efa0f052e9
2개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. +5
    -5
      src/views/homesteadSurvey/add.vue
  2. +2
    -2
      src/views/homesteadSurvey/list.vue

+ 5
- 5
src/views/homesteadSurvey/add.vue 파일 보기

@@ -3304,7 +3304,7 @@
deletehncy(id,index){ deletehncy(id,index){
Dialog.confirm({ Dialog.confirm({
title: '警告', title: '警告',
message: '删除后无法恢复,确认删除么?',
message: '删除后无法恢复,确认删除此成员么?',
}) })
.then(() => { .then(() => {
// on confirm // on confirm
@@ -3322,7 +3322,7 @@
deletefsss(id,index){ deletefsss(id,index){
Dialog.confirm({ Dialog.confirm({
title: '警告', title: '警告',
message: '删除后无法恢复,确认删除么?',
message: '确认删除此附属物么?',
}) })
.then(() => { .then(() => {
// on confirm // on confirm
@@ -3356,7 +3356,7 @@
}else{ }else{
Dialog.confirm({ Dialog.confirm({
title: '警告', title: '警告',
message: '删除后无法恢复,确认删除么?',
message: '删除后无法恢复,确认删除此自然幢么?',
}) })
.then(() => { .then(() => {
// on confirm // on confirm
@@ -3378,7 +3378,7 @@
deletesyqr(id,index){ deletesyqr(id,index){
Dialog.confirm({ Dialog.confirm({
title: '警告', title: '警告',
message: '删除后无法恢复,确认删除么?',
message: '确认删除使用权人么?',
}) })
.then(() => { .then(() => {
// on confirm // on confirm
@@ -3940,7 +3940,7 @@
deletefw(id,index){ deletefw(id,index){
Dialog.confirm({ Dialog.confirm({
title: '警告', title: '警告',
message: '删除后无法恢复,确认删除么?',
message: '确认删除此房屋么?',
}) })
.then(() => { .then(() => {
// on confirm // on confirm


+ 2
- 2
src/views/homesteadSurvey/list.vue 파일 보기

@@ -1485,7 +1485,7 @@
if(yes){ if(yes){
Dialog.confirm({ Dialog.confirm({
title: '警告', title: '警告',
message: '删除后无法恢复,确认删除么?',
message: '确认删除此使用权人么?',
}) })
.then(() => { .then(() => {
// on confirm // on confirm
@@ -1548,7 +1548,7 @@
deletehncy(id,index){ deletehncy(id,index){
Dialog.confirm({ Dialog.confirm({
title: '警告', title: '警告',
message: '删除后无法恢复,确认删除么?',
message: '删除后无法恢复,确认删除此成员么?',
}) })
.then(() => { .then(() => {
// on confirm // on confirm


불러오는 중...
취소
저장