Commit fd67ac85 by panaichi

修改提示语,去掉必填项

parent 04ba3f67
......@@ -1778,11 +1778,9 @@ export default {
} else if (
self.pageBs &&
self.pageBs == "addzdjyhd" &&
(self.formLabelAlign.xgry[0].xm == "" ||
self.formLabelAlign.zpxx[0].wjmc == "" ||
self.formLabelAlign.spxx[0].wjmc == "")
(self.formLabelAlign.xgry[0].xm == "")
) {
this.$message.error("请填写交易活动相关人员以及图片视频信息");
this.$message.error("请填写交易活动相关人员信息");
return;
} else if (
self.pageBs &&
......
......@@ -502,7 +502,7 @@ export default {
}
});
} else {
this.$message.error("提取失败");
this.$message.error("未发现相关信息");
}
});
// }
......
......@@ -696,7 +696,7 @@ export default {
value: "",
placeholder: "请输入",
col: "2",
prop: "checkEmpty",
// prop: "checkEmpty",
},
{
name: "备注信息:",
......@@ -705,7 +705,7 @@ export default {
value: "",
placeholder: "请输入",
col: "3",
prop: "checkEmpty",
// prop: "checkEmpty",
},
{
name: "图片:",
......@@ -753,7 +753,7 @@ export default {
value: "",
placeholder: "请输入",
col: "2",
prop: "checkEmpty",
// prop: "checkEmpty",
},
{
name: "备注信息:",
......@@ -762,7 +762,7 @@ export default {
value: "",
placeholder: "请输入",
col: "3",
prop: "checkEmpty",
// prop: "checkEmpty",
},
{
name: "视频:",
......@@ -1370,7 +1370,7 @@ export default {
}).then((res) => {
if (res.success && res.code == 200) {
if (res.data.rows == []) {
this.$message.success("未发现相关信息");
this.$message.success("未在阵地中发现相关信息");
} else {
this.$message.success("提取成功");
}
......@@ -1399,7 +1399,7 @@ export default {
}
});
} else {
this.$message.error("提取失败");
this.$message.error("未在阵地中发现相关信息");
}
});
},
......
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