//点击删除按钮
delStoreFun(data) {
let than = this;
this.$prompt('删除门店请填写备注', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
inputValidator: (value) => { //非空验证
if (!value) {
return '输入不能为空'
}
},
}).then(({ value }) => {
delShop({ id: data.systemStore.id,reason:value}).then((res) => {
than.$message({
message: "操作成功",
type: 'success'
});
than.list();
})
})
},
element-ui - $prompt非空验证
Moon.92023-08-04 16:08
相关推荐
LKID体7 小时前
ChatGPT提问prompt范例模板CSBLOG7 小时前
AI大模型(一):Prompt & AI编程爱喝矿泉水的猛男7 小时前
Prompt设计技巧和高级PE学习前端的小z17 小时前
【AIGC】如何通过ChatGPT提示词Prompt定制个性学习计划龙的爹23331 天前
论文翻译 | The Capacity for Moral Self-Correction in Large Language Modelsweixin_443290692 天前
【论文阅读】Prompt-to-Prompt Image Editing with Cross Attention Control龙的爹23332 天前
论文 | The Capacity for Moral Self-Correction in LargeLanguage Models风雨中的小七2 天前
解密prompt系列42. LLM通往动态复杂思维链之路irrationality2 天前
昇思大模型平台打卡体验活动:项目4基于MindSpore实现Roberta模型Prompt Tuning爱技术的小伙子2 天前
【ChatGPT】通过Prompt技巧优化ChatGPT的营销文案输出