element-ui - $prompt非空验证

//点击删除按钮

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();

})

})

},

相关推荐
LKID体7 小时前
ChatGPT提问prompt范例模板
人工智能·chatgpt·prompt
CSBLOG7 小时前
AI大模型(一):Prompt & AI编程
prompt
爱喝矿泉水的猛男7 小时前
Prompt设计技巧和高级PE
java·人工智能·prompt·cot·tot·pe·ape
学习前端的小z17 小时前
【AIGC】如何通过ChatGPT提示词Prompt定制个性学习计划
人工智能·chatgpt·prompt·aigc
龙的爹23331 天前
论文翻译 | The Capacity for Moral Self-Correction in Large Language Models
人工智能·深度学习·算法·机器学习·语言模型·自然语言处理·prompt
weixin_443290692 天前
【论文阅读】Prompt-to-Prompt Image Editing with Cross Attention Control
论文阅读·prompt
龙的爹23332 天前
论文 | The Capacity for Moral Self-Correction in LargeLanguage Models
人工智能·深度学习·机器学习·语言模型·自然语言处理·prompt
风雨中的小七2 天前
解密prompt系列42. LLM通往动态复杂思维链之路
prompt
irrationality2 天前
昇思大模型平台打卡体验活动:项目4基于MindSpore实现Roberta模型Prompt Tuning
prompt
爱技术的小伙子2 天前
【ChatGPT】通过Prompt技巧优化ChatGPT的营销文案输出
人工智能·chatgpt·prompt