使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
zhangzl
/
nsgk_mobile
关注
2
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
宅基地调查删除提示框
rongxin_prod
Xyq123*
1年前
父节点
ec5313e34b
当前提交
0b59028a2d
共有
4 个文件被更改
,包括
4 次插入
和
4 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
src/views/homesteadSurvey/add2.vue
+1
-1
src/views/homesteadSurvey/add3.vue
+1
-1
src/views/homesteadSurvey/add4.vue
+1
-1
src/views/homesteadSurvey/nmfwList.vue
+ 1
- 1
src/views/homesteadSurvey/add2.vue
查看文件
@@ -205,7 +205,7 @@ export default {
const ids = val.id || this.ids;
Dialog.confirm({
title: '系统提示',
message: '是否确认删除使用权人
标识为"' + val.id + '"的
数据项?',
message: '是否确认删除使用权人数据项?',
confirmButtonText: '确定',
cancelButtonText: '取消'
})
+ 1
- 1
src/views/homesteadSurvey/add3.vue
查看文件
@@ -350,7 +350,7 @@ export default {
const ids = val.id || this.ids;
Dialog.confirm({
title: '系统提示',
message: '是否确认删除自然幢
标识为"' + val.id + '"的
数据项?',
message: '是否确认删除自然幢
号
数据项?',
confirmButtonText: '确定',
cancelButtonText: '取消'
})
+ 1
- 1
src/views/homesteadSurvey/add4.vue
查看文件
@@ -388,7 +388,7 @@ export default {
const ids = val.id || this.ids;
Dialog.confirm({
title: '系统提示',
message: '是否确认删除附属物
标识为"' + val.id + '"
的数据项?',
message: '是否确认删除附属物的数据项?',
confirmButtonText: '确定',
cancelButtonText: '取消'
})
+ 1
- 1
src/views/homesteadSurvey/nmfwList.vue
查看文件
@@ -299,7 +299,7 @@ export default {
const ids = val.id || this.ids;
Dialog.confirm({
title: '系统提示',
message: '是否确认删除农民房屋
标识为"' + val.id + '"的
数据项?',
message: '是否确认删除农民房屋数据项?',
confirmButtonText: '确定',
cancelButtonText: '取消'
})
撰写
预览
正在加载...
取消
保存