摘要: data() { //element校验 const checkTemplate = (rule, value, callback) => { if (this._.isEmpty(value)) { return callback(new Error('单据模板不能为空')) } callback 阅读全文
posted @ 2024-05-08 11:15 hello芳芳 阅读(490) 评论(0) 推荐(0)