Commit abe5a448 authored by xinzhedeai's avatar xinzhedeai

add:解绑提醒文字修改

parent bc203d29
...@@ -508,7 +508,7 @@ export default { ...@@ -508,7 +508,7 @@ export default {
const formData = { ...row }; const formData = { ...row };
formData.cardId = ""; formData.cardId = "";
this.$modal this.$modal
.confirm("是否确认删除该数据项?") .confirm("是否确认解绑该数据项?")
.then(function () { .then(function () {
return updateInfo(formData); return updateInfo(formData);
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment