摘要: this.model.examineFlowId = res.result.examineFlowId this.model = Object.assign({}, this.model); 参数初始化有值, validatorRules验证不到,后来重新挂载下 解决了 阅读全文
posted @ 2021-11-05 20:57 it写代码 阅读(89) 评论(0) 推荐(0) 编辑
摘要: <template> <a-modal ref="modal" :class="getClass(modalClass)" :style="getStyle(modalStyle)" :visible="visible" v-bind="_attrs" v-on="$listeners" @ok=" 阅读全文
posted @ 2021-11-05 15:25 it写代码 阅读(1256) 评论(0) 推荐(0) 编辑
摘要: <a-card :bordered="false"> <a-form :label-col="{ span: 5 }" :wrapper-col="{ span: 12 }"> <a-form-item :label="item.dictItemName" v-for="(item,index) i 阅读全文
posted @ 2021-11-05 10:44 it写代码 阅读(1870) 评论(0) 推荐(0) 编辑